body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 95vh;
    background-color: rgb(180, 130, 80);
    width: 100%;
    margin: 0vw;
}

div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#paypal {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 4vh;
}

p {
    font-size: 3vw;
    width: 60vw;
    color: rgb(230, 230, 100);
}

#paypaltext {
    font-size: 3vw;
    width: 40vw;
    color: rgb(230, 230, 100);
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

img {
    height: 40vh;
}