@import url('https://fonts.googleapis.com/css?family=Roboto');

p {
    font-size: 20px;
    line-height: 28px;
    max-width: 80%;
    margin: auto;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 28px;
}

p, h1, h2, h3 {
    text-align: center;
    font-family: "Roboto";
    color: #eee;
}

body {
    background-color: #222222;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    margin: 0;
}

hr {
    margin-top: 32px;
    margin-bottom: 32px;
    width: 50%;
    opacity: 25%;
}

.extrastuff p {
    margin-bottom: 15px;
    font-size: 22px;
}

.robotoplogo {
    margin-top: 18px;
}

a, a:visited {
    color: var(--col) !important;
    text-decoration-color: var(--col) !important;
}