body {
    color:white;
    font-family:"Poppins";
    padding:10%;
}

/** Arrière plan aléatoires **/
.bg {background:#022fae;}

h1 {
    font-weight:200;
    text-transform: uppercase;
    font-size:48px;
    margin:20px 0;
    line-height:50px;
}

p {
    font-weight:200;
    margin:0 0 7px 0;
    font-size:17px;
    letter-spacing: 1.5px;
}

.bold {
    font-weight:400;
} 

.social {
    font-size:14px;
    color:rgba(255,255,255,0.5);
    letter-spacing: 0.5px;
}

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

a:hover {
    color:rgba(255,255,255,0.6);
    transition-duration: 0.3s;
}

::selection {
    background: #13a025;
}
::-moz-selection {
    background: #13a025; 
}
  
@media (min-height:500px){
    .social {
        bottom:5%;
        position:absolute;
    } 
}
