body {background-color: rgba(0, 255, 0, 0.312);}

h1 {
    position: relative;
    top: 1vh;
    font-size: clamp(6px, 8vw, 6vh);
    text-align: center;
}

.info {
    position: relative;
    top: 5vh;
    font-size: clamp(6px, 8vw, 4vh);
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: black;
    max-width: 80vw;
    max-height: 70vh; 
}

.planning {
    align-items: center;
}

li {
    list-style: none;
    margin: 0.5vmin;
}

p {
    margin-bottom: 0px;
    margin-top: 3vh;
}

.social_media {
    position: absolute;
    bottom: 3vh;
    left: 50vw;
    transform: translateX(-50%);
    width: max-content;
}

.icon {
    max-height: 5vh;
    height: 10vw;
    margin: 0.5vmin;
    cursor: pointer;
}

footer {
    position: absolute;
    bottom: 1vh;
    left: 50vw;
    transform: translateX(-50%);
    font-size: 2vmin;
}
