@font-face {
    font-family: "Cinzel";
    src: url("fonts/Cinzel-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

body {
    margin: 0;
    background: #1B1B1B;
    color: #ffffff;
    font-family: "Cinzel", serif;
    text-align: center;
}

main {
    max-width: 500px;
    margin: 100px auto;
    padding: 30px;
}

h1 {
    margin: 0;
    font-size: 42px;
    letter-spacing: 3px;
    font-weight: 500;
    color: #c0c0c0;
}

h2 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

.services {
    margin: 40px 0;
    font-size: 20px;
    color: #ffffff;
}

.items {
    line-height: 1.9;
    font-size: 17px;
    letter-spacing: 1px;
    color: #ffffff;
}

.contact {
    margin-top: 45px;
    font-size: 18px;
    color: #ffffff;
}

.contact img {
    margin-top: 10px;
    width: 220px;
}