@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
body {
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin: 0;
    padding: 0;
}

a, a:link {
    color: #D45B11;
    text-decoration: none;
}

a:hover {
    color: #4b5476;
    text-decoration: underline;
}

p {
    margin: 0 0 1em 0;
}

span {
    border-bottom: 1px dashed #333333;
}

.orange {
    color: #D45B11;
    font-size: 20px;
}