ul {
    padding-left: 7vmin;
}





#big-logo-spread {
    background-color: rgba(0, 0, 0, 0.616);
}

#big-logo-spread img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}





.about-me .left {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
}

.about-me .left h2 {
    font-size: 6.5vw;
    font-family: sans-serif;
    text-decoration: underline;
}

.about-me .left p {
    font-family: sans-serif;
    font-size: 3.8vmin;
}

.about-me .right {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: visible;
}

.about-me .right img {
    width: 100%;
    height: 100%;
}





.icon-section {
    height: 30vw;
}

.icon-section a {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.274);
    border-radius: 1vmax;
    height: 25vw;
    width: 25vw;
    margin: 1.5vw;
}

.icon-section a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.icon-section a img {
    width: 90%;
    height: 90%;
}

.text-info {
    display: block;
    font-family: sans-serif;
    font-size: 5vmin;
    text-align: left;
    height: fit-content;
}

.text-info-title {
    display: inline-block;
    text-align: center;
    font-size: 7vmin;
    text-decoration: underline;
    width: 100%;
}

.text-info-subtitle {
    display: inline-block;
    font-size: 6vmin;
    text-decoration: underline;
    width: 100%;
}

@media screen and (max-aspect-ratio: 5/6) {

    /*mobile*/
    .icon-section {
        flex-direction: column;
        height: 260vw;
    }

    .icon-section a {
        width: 80vw;
        height: 80vw;
    }
}