@import url("../css/normalize.css");

body {
    color: #FFF;
    font-family: 'Fira Sans', sans-serif;
    height: 100vh;
    font-size: 16px;
    font-weight: 700;
    background-image: linear-gradient(to top right, #01050e, #175564);
    text-align: center;
}
p{
    margin: 0 0 10px;
}
a{
    color: #FFF;
    text-decoration: none;
    transition: all .5s;
}
a:hover, a:focus{
    color: #FFF;
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 700;
}
.header-wrapper{
    padding: 15vh 0;
}
.content-wrapper h1 {
    font-size: 45px;
    margin-bottom: 20vh;
}
.content-inner-wrapper h3 {
    margin: 10px 0;
}