@import url('https://fonts.googleapis.com/css?family=Poppins');


.centered {
    margin:auto;
    text-align:center;
}

body {
    display: flex;
    justify-content: center;
    align-content: center;
    height: inherit;
    margin: 0;
    background-color: #11151C;
    color: white;
    font-family: 'Poppins', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial,
    'Lucida Grande', sans-serif;
}

html {
    height: 100%;
}

i {
    margin: 20px;
}

h1 {
    font-size: 3em;
    margin: 0px;
}

h2 {
    margin: 0px;
}

i:hover{
    color: #D66853;
}

a {
    color: #839ac6;
}

.spacer {
    margin: 50px;
}