body {
background-color: #ee1d23;
}

h1 {
font-size: 26px;
font-weight: normal;
font-family: Arial;
text-align: center;
margin-top: 30px;
} 

h2 {
font-size: 30px;
font-weight: bold;
font-family: Arial;
text-align: center;
margin-top: 100px;
}

h3 {
font-size: 24px;
font-weight: bold;
font-family: Arial;
text-align: center;
margin-top: 50px;
}

p {
font-size: 20px;
font-wight: normal;
font-family: Arial;
text-align: center;
}

div.download {
    height: 60px;
    position: relative;
}

div.download img {
    margin: 15px 0 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}