@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;900&display=swap');
body {
    font-family: 'Nunito Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    background-attachment: fixed;
    background: url(../images/handwash.jpg);
    background-size: cover;
}
.container{
    max-width: 1200px;
}
a{
    color: #474747;
}
.uc-container{
    display: grid;
    margin-top: 4vh;
    align-items: center;
}
h2{
    color: #474747;
    text-align: center;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-size: 1.3rem;
}
.contact{
    margin: 0 auto;
    text-align: center;
}
.contact p{
    margin-bottom: 0;
}
.img-responsive{
    max-width: 100%;
}
