

body {background-color: #f3f3f3;}
.container {background-color: white;}
.header {
    background-image: url(../img/header.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {color: #fff;}
h2 {
    color: #c01718;
    text-align: center;
}
figure {}

img {
    padding: 10px;
    border: 1px solid #ccc;
}

.logo {margin-top: -10px;}

.logo img,
.footer img {
    border: none;
}

ul li {
    list-style: inside;
    font-size: 2em;
}

a {
    color: #c01718;
}

p {font-size: 1.3em; margin-top: 15px; text-align: justify;}