header {
background-color: #492365;
}

body {
font-family: 'Gentium Book Plus', serif;
background-color: #492365;
color: #000000;
text-align: justify;
}

h1 {
color: #492365;
text-align: center;
}

h2 {
color: #492365;
}

h3 {
color: #492365;
}

h4 {
text-align:  center;
}

h5 {
background: rgba(73, 35, 101, 0.7);
border: 15px #492365;
padding: 10px;
margin: 0;
text-align: center;
}

.button {
color: #dbb33b;
border-radius: 8px;
border: 2px solid #dbb33b;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
transition-duration: 0.4s;
}

.button:hover {
background-color: #dbb33b;
}

footer {
background-color: #492365;
color: #dbb33b;
text-align: center;
}