*{
    padding: 0;
    border: 0;
    margin: 0;
}

html{
    font-size: 62.5%;
    /* scroll-behavior: smooth; */
}

.navbar{
    background-color: white !important;
    opacity: 0.7;
}
.navbar .navbar-nav{
    margin: 0 auto;
    padding-right: 1rem;
}
.nav-link {
    font-size: 2.5rem !important;
    padding-left: 5rem !important;
    font-family: 'Raleway' , sans-serif;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.left img{
    width: 20rem;
    height: 8rem;
}
.left h1{
    font-family: 'Raleway' , sans-serif;
    padding-top: 20px;
    font-size: 2rem;
    font-weight: 900;
}
.left{
    height: 40rem;
    margin-bottom: 2rem;
}
.left p{
    font-family: 'Raleway' , sans-serif;
    padding-top: 20px;
    font-size: 1.5rem;
    font-weight: 600;
}

.right h1{
    font-family: 'Raleway' , sans-serif;
    padding-top: 20px;
    font-size: 4rem;
    font-weight: 900;
    color: black;
}
.right p{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:lighter;
    font-size: 2rem;
   color: black;
}