.image-wrapper{
    height: 200px;
}

.image-wrapper img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

h1{
    font-size: 4rem;
    font-weight: 600;
}

p{
    font-size: 2rem;
    color: rgb(148, 147, 147);
}

a{
     font-size: 2rem;
}

.contact-section{
    background-color: #111111;
    padding: 1rem;
    border-radius: 10px;
    width: 50%;
    margin: auto;
}

.introduction{
    background-image: url('https://s3.us-east-2.amazonaws.com/cloudimagehost/launching-soon-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .contact-section{
    width: 100%;
}
p{
    font-size: 1.5rem;
}
}