#resources{
    background-image: url("assets/image/References.jpeg");
}

.textLink{
    margin-top: 5%;
    font-size: calc(10pt + 5 * (100vw / 1440));
}

h1{
    line-height: calc(20pt + 80 * (100vw / 1440));
    font-weight: 900;
    font-size: calc(12pt + 30 * (100vw / 1440));
}

h2{
    line-height: calc(20pt + 60 * (100vw / 1440));
    font-weight: bold;
    text-transform: uppercase;
    font-size: calc(10pt + 10 * (100vw / 1440));
}


.a-tag{
    margin-top: 5%;
}

.tag_link:link, .tag_link:visited{
    color: #1148f2;
    padding: 0.5rem;
    line-height:18px;
}
