html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    background-color: rgb(240, 230, 220);
}

h1, h4 {
    text-align: center;
}

h1 {
    margin-bottom: 8px;
}

h4 {
    margin-top: 8px;
}

small {
    font-size: 14px;
}

.container {
    width: 320px;
    margin: 0 auto;
    padding-top: 275px;
    padding-bottom: 10px;
    background-position: center 10px;
    background-size: 275px;
    background-repeat: no-repeat;
    background-image: url("images/logo.png");
}

.contacts {
    padding: 0;
    margin: 30px 0 20px 20px;
    list-style-type: none;
}

.contacts a {
    line-height: 24px;
    padding-left: 36px;
    text-decoration: none;
    display: inline-block;
    color: #000;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px;
}

.contacts a.phone {
    background-image: url("images/phone.svg");
}

.contacts a.email {
    background-image: url("images/email.svg");
}

.contacts a.maps {
    background-image: url("images/maps.svg");
}
