body{
    background: black;
}
.main-content{
    text-align: center;
    padding: 5%;
    
}
.main-content h2{
    color: white;
}
.main-content a{
    text-decoration: none;
    color: white;
}