body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    background: url('images/background.png') no-repeat center center fixed;
    background-size: cover;
}

body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: -1;
}

div.header-line {
    background-image: url('images/header-bg.svg');
    background-repeat: repeat-x;
    background-position: top left, bottom left;
    min-height: 20px;
    max-height: 20px;
}

header {
    background-color: #63b32e;
    padding: 20px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.container {
    padding: 20px;
    position: relative;
    z-index: 1;
}

.services {
    color: white;
    text-transform: uppercase;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    text-decoration: none;
    max-width: 250px;
    margin: auto;
    padding: 15px 20px;
    background: #000000c7;
    border-radius: 30px;
}

.phone {
    color: black;
    text-transform: uppercase;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: x-large;
    margin: 20px auto 10px auto;
    padding: 15px 20px;
    max-width: 250px;
    background-image: url('images/phone.svg');
    background-repeat: no-repeat;
    background-position: center left;
    background-clip: padding-box;
    background-size: contain;
}

.contact {
    margin-top: 20px;
}

.contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin: 10px;
    padding: 10px 20px;
    background: #0000009e;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    height: 60px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.contact img {
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-top: 5px;
}
