body{
    font-family: "Times New Roman", Times, serif;
    padding: 0 10% 0 10%;
}

h1{
    font-family: "Playfair Display SC", "Times New Roman", Times, serif; 
    text-align: center;
}

h2{
    font-family: "Playfair Display SC", "Times New Roman", Times, serif; 
    text-align: center;
}

hr{
    background-color: black;
}

.line-through{
    width: 100%;
    height: 20px; 
    border-bottom: 1px solid black; 
    text-align: center
}

.unstyled-link{
    text-decoration: none;
    color: black;
}

.justify{
    text-align: justify;
}

.bold{
    font-weight: bold;
}

.heavy-hr{
    height: 2px;
}

.center{
    text-align: center;
}

.bg-white{
    background-color: #FFFFFF; 
}

.padding{
    padding: 1em;
}

#skills{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 900px){
    #skills{
        display: initial;
    }
}