.content {
    padding-top: 80px;

    display: flex;
    justify-content: center;
    align-items: center;

    flex-direction: row;
    gap: 5vh;
    width: 100%;
    flex-wrap: wrap;
}

body {
    overflow-x: hidden;
}

/* img {
    height: 95%;
    width: 95%;
    border-radius: 15px;
} */

iframe {
    height: 95%;
    width: 95%;
    border-radius: 15px;
}

a {
    color: black;
}

a:visited {
    color: black;
}

.center {
    padding: 50px;
    align-content: center;
}

.content > .element {
    width: 80%;
    aspect-ratio: 1 / 1.414;
    display: flex;
    background-color: #e3e3e3;
    padding: 15px;
    border-radius: 25px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
