
    p, ul {
    font-family: Helvetica, sans-serif;
    font-weight: 500;
    font-size: 2.5rem;
    }

    h1 {
    font-family: Helvetica, sans-serif;
    font-weight: 500;
    font-size: 74px;
    }

    h2 {
    font-family: Helvetica, sans-serif;
    }

    h3 {
    font-family: Helvetica, sans-serif;
    }

    h4 {
    font-family: Helvetica, sans-serif;   
    }

    h5 {
    font-family: Helvetica, sans-serif;
    }
    
    a {
    text-decoration: none;
    color: #000;
    }
    
    a:hover {
    text-decoration: line-through yellow;    
    }

    body {    
    margin: 40px;
    }
    
    ::selection {
    background: #FBD83E;
    color: #000;
    }
    

@media only screen and (max-width: 580px) {

    body {
    margin: 20px !important;    
    }

    h1 {
    font-size: 2.5rem !important;;
    }

    p {
    font-size: 2rem !important;
    }


}