body {
    background-color: #434343;
    color: #fff;
    text-align: center;
}
h2 {
    font-family: 'Great Vibes', cursive;
    font-size: 45px;
}
p {
    font-family: 'Spectral', serif;
    font-size: 12px;
    text-align: justify;
    width: 80%;
    padding: 0 10%;
}
.centered {
    text-align: center;
}
.centered b{
    text-align: center;
    font-size: 14px;
}
form {
    margin: 30px;
}