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