.content{
    display: flex;
    flex-direction: column;
    margin-left: var(--spacer);
    margin-top: 10px;
    margin-right: var(--spacer);
    justify-content: center;
    align-items: center;
    background-color: var(--forth-color);
    border-radius: 14px;
}

img{
    height: 600px;
    width: auto;
    border: solid 2px var(--forth-color);
    border-radius: 14px;
}