/* Reset */
* { margin: 0; padding: 0; box-sizing: border-box; }

.be-vietnam-pro-regular {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: "Be Vietnam Pro", sans-serif;
    line-height: 1.6;
    color: #000;
    background: url(https://i.imgur.com/tQie8G2.gif) no-repeat center center fixed;
    background-size: cover;
    height:100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
}

header {
    font-family: "Be Vietnam Pro", sans-serif;
    padding: 0px 0px;
    position: sticky;
    text-align: center;
}

#about {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 40px;
    padding: 10px;
    margin-top: 20px;
    text-align: center;

}

#contact{
    text-align: center;
    color: #ffffff;
    border-radius: 50px;
    padding: 10px;
    margin-top: 10px;
}

#email {
    text-align: center;
    flex-grow: 1;
}

#email button{
    background-color: #dddddd;
    border-radius:50px;
    padding: 12px;
    font-size: 16px;

}
#email button:hover {
    background-color: #bc89ff;
    transform: scale(1.05);
}

#email button:active {
    background-color: #aed1ff;
    transform: scale(0.98);
}

footer {
    font-family: be Vietnam Pro: sans-serif;
    text-align: center;
    color: #000000;
    background: #e1c7ff;
    border-radius: 25px;
    max-width: 900px;
    margin: 0 auto;
    bottom: 0;
}

