body, html {
    width: 100%; 
    height: 100%; 
    margin: 0; 
    padding: 0;
    color: #000;
    background-color: #fff;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 46px;
    line-height: 80%;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: rgb(95, 95, 95);
}

/*
.img-fluid {
    max-width: 500px;
}
*/

.container {
    max-width: 500px;
}


.subtitle {
    margin-top: 8px;
}