*{
padding-top: 20px;

}

p{
    line-height: 30px;
    margin-bottom: 0px;
}

body{
    background-color: ivory;
    width: 100vw;
    justify-content: center;
    font-family: verdana;
    display: flex;
    flex-direction: column;
    font-size: large;
    white-space: nowrap;

}

