* {
    hyphens: auto;
    color: black;
}

::selection,
a:hover {
    background-color: #c1ff72;
}

.a_eye{
    font-family: "Roboto-Bold";
}

a,
a:link,
a:visited,
a:hover {
    font-weight: 900;
    text-decoration: none;
}

h1 {
    font-family: "Roboto-Bold";
    font-size: 5em;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 7px solid black;
}

@media only screen and (min-width: 600px) {
    h1 {
    font-family: "Roboto-Bold";
    font-size: 10em;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 7px solid black;
    }   
}

h2 {
    font-family: "Roboto-Regular";
    font-weight: 50;
    font-size: 2.5em;
}

p {
    font-size: 1.2em;
    text-align: justify;
}
