body {
    margin: 0;
    font-family: monospace;
    font-size: large;
}

.body-dark {
    background-color: #1A1A23;
    color: white;
}

header {
    margin-left: 2.5svh;
    margin-right: 2.5svh;
    padding-top: 1svh;
    padding-bottom: 1.5svh;
    padding-left: 5vw;
    padding-right: 5vw;
    text-align: end;
    height: 7svh;
}


.container {
    margin-top: 2.5svh;
    margin-bottom: 2.5svh;
    margin-left: 2.5svh;
    margin-right: 2.5svh;
    padding-top: 1svh;
    padding-bottom: 2svh;
    padding-left: 5vw;
    padding-right: 5vw;
    border-radius: 20px;
}

.container-light {
    background-color: #EAEAED;
}

.container-dark {
    background-color: #2A2B35;
}

.button {
    position: fixed;
    top: 2.5svh;
    left: 5svh;
    width: 7svh;
    height: 7svh;
    border-radius: 10px;
    background: rgba(0, 255, 180, 0.8);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(3px);
}

.img {
    border-radius: 5px;
    height: auto;
    width: 100%;
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}