body{
    background-color: brown;
    color: thistle;
}

h1{
    color: white;
    text-align: center;
}

.container{
    display: flex;
    justify-content: center;
    height: 100vh;
}

