* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}
.bg {
    width: 100vw;
    height: 100vh;
    background-image: url("background.jpg");
    background-size: 100%;
}

.container{
    width: 100vw;
    height: 100vh;
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5));
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo {
    opacity: 100%;
    width: 12rem;
    height: 16rem;
}
h1 {
    color: red;
    font-size: 35px;
    margin-bottom: 1.8em;
}
.contact-us {
    display: flex;
    flex-direction: column;
    margin-top: 0.8em;
    text-align: center;
    font-weight: bold;
}
.phone{
    padding-bottom: 0.2em;
}
.email{
    color: black;
    text-decoration: underline;
}

.social-media {
    display: flex;
    justify-content: center;
    margin-top: 1.2em;
}

.fab {
    padding: 0 10px;
    color: #B8252A;
}
