body{
    height: auto;
    min-height: 200px;
    background: linear-gradient(135deg,white,rgb(161, 159, 159));
    background-repeat:no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
}

h1,h3{
    font-family: fantasy;
    font-weight: lighter;
    font-variant: small-caps;
}

#container{
    min-height: 200px;
    height: auto;
    width: 25%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    border-radius: 10px;
    background-color: rgb(112, 255, 160);
    padding: 15px;
}