body{
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow-y: auto;
}
*{
    padding: 0;
    margin: 0;
}
p{
    color: black;
    font-weight: 600;
}
