h1, .ph1 {
    font-family: arial;
    text-align: center;
}

h1 {
    cursor: pointer;
    border-radius: 10px;
    padding: 5px;
    width: 75%;
    margin: 0 auto;
    background-color: #032eba;
    font-size: 55px;
    color: rgb(255, 255, 255);
}

h1:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 0 4px #032dba);
}
.ph1 {
    margin-top: 1%;
    margin-right: 14%;
}
h2,p,ul {
    font-family: helvetica;
}

h2 {
    border-radius: 10px;
    border-bottom: 5px solid #032dba;
    margin: 0 auto;
    padding: 15px;
    width: 74%;
    background-color: #c7c2c2;
    font-size: 30px;
}

p,ul {
    width: 74%;
}

p {
    margin: 0 0 0 13%;
}

ul {
    margin: 0 0 0 12%;
}

.nome {
    color: white;
}
a {
    text-decoration: none;
    font-weight: bold;
    font-family: sans-serif;
    color: blue;
}

.ptop{

    margin-top: 2%;
}

.pbottom, .ph1 {

    margin-bottom: 3%;
}

.links {
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
}


