body {
    background-image: linear-gradient(45deg, #0072CE, #52C9E8);
    color : #fff;
    font : 1.2em 'League Spartan', sans-serif;
    height: 100%;
    margin: 0;
    width: 100%;
}

h1{
    font-size: 3em;
    font-weight: 600;
    text-transform: uppercase;
}

p{
    font-size: 1.2em;
    margin-right: 20%;
}

a{
    color:  white;
    text-decoration: none;
    text-transform: uppercase;
}

a > i{
    margin-left: 15px;
}

.container{
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 100%;
}

.container div{
    display: flex;
    width: 80%;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}
