* {
}
html, body{
    height: 100vh;
   
}
body{
    background: var(--color-background);
    display: flex;
    align-items: center;
    justify-content: center;
}

#container{
 
    width: 100vw;
    max-width: 700px;
    align-items: center;
}
body{

    background-color: rgba(67, 67, 75, 0.76);
    display: flex;
    align-items: center;
    justify-content: center;
}
body, input, button, textarea{
    font: 500 1.6rem Poppins;
    color: var(--color=text-base);
  font-size: 3.6 rem;
}
.footer {

    position:absolute;
    bottom:0;
    width:20 rem;
aligner: left;

}

