@charset "UTF-8";
#body{
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #e4e4e4;
    background-repeat: no-repeat;
    background-size:cover;
     
}

main{
    color: rgb(255, 255, 255);
    display: flex;
    max-width: 320px;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.397);
    box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.26);
    backdrop-filter: blur(2px);
}

