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

:root
{
    font-family: Viga;
}

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

.text-wrapper
{
    width: 60%;

    position: relative;
    left: 7%;
}

.intro .text
{
    width: 60%;
}

.links-wrapper 
{
    position: relative;
    right: 10%;
}

.links-wrapper svg
{
    width: 2.4rem;
    height: 2.4rem;
}

.link .link-text
{
    text-align: center;
    justify-self: center;
    align-self: center;
}

@media (max-aspect-ratio: 1/1)
{
    .links-wrapper
    {
        width: 80% !important;
	align-self: center;
	justify-content: center;
	padding-top: 30% !important;
    }

    .links-wrapper svg 
    {
        max-width: 100%;
        height: auto !important;
    }

    .intro .text 
    {
        display: none;
    }

    .name-wrapper
    {
        font-size: 1.6rem;
    }

    header .text
    {
        display: none;
    }
}
