h1 {
    font-size: 2.4em;
    font-weight: 300;
    padding: 20px;
    font-family: 'Roboto';
    text-align: center;
}
header {
    background-image: url(../img/BG.jpg);
    background-color: grey;
    background-size: cover;
    background-position: center;
    height: 100vh;
}
header h1{
    vertical-align: middle;
    padding-top: 20%;
    color: lightgray;
}
b{
    font-weight: 900;
    color: orange;
    text-decoration: underline;
}
a{
    color: hsl(0, 0%, 90%);
    text-decoration: none;
    text-transform: uppercase;
}
p{
    position:absolute;
    font-family: Roboto slab;
    margin-left: 85%;
    margin-top: 18%;
}
header p a{
    text-decoration: underline;
}