ul 
{
    padding-left: 1.4rem;
}

li 
{
    text-align: left;
}

body::-webkit-scrollbar { background-color: transparent; }
body::-webkit-scrollbar-thumb { background-color: transparent; }

.first-wrapper
{
    height: 90vh;
    justify-content: center;
    align-items: center;
}

.text-wrapper
{
    position: relative;
    left: 0%;
    width: 60%;

    padding-left: 7%;
}

.me
{
    width: 22%;
    height: 70vh;

    color: var(--font-color);
    text-align: center;
}

.me img
{
    object-fit: contain;

    width: 100%;
    height: 100%;
}

.me p
{
    position: relative;
    top: -1rem;
    font-style: italic;
}

.intro .text
{
    padding-top: 10%;
    width: 85%;
}

@media (max-aspect-ratio: 1/1)
{
    .text-wrapper
    {
        padding-left: 0;
    }

    .me 
    {
        width: 90%;
        height: auto;

        left: auto;
        right: auto;
        margin-top: 10%;
    }

    .intro .text 
    {
        padding-top: 2vh !important;
    }
}

@media (min-aspect-ratio: 5/2)
{
    :root
    {
        font-size: 0.9rem;
    }
}
