body{
    margin: 0rem !important;
    font-family: 'Poppins', sans-serif;
}
.title{
    margin: 0px;
    font-size: 3.5rem;
    color: #429b9b;
}

.boxTitle{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    border: solid 2px #429b9b;
    padding: 20px;
    width: fit-content;
    margin-bottom: 50px;
}

.w-100{
    width: calc(100% -100px);
}

.firstBox{
    padding: 50px 100px;
}

.colorFirst{
    background-color: #c0f2ee;
}

.cursive{
    font-style: italic
}

.titleTwo{
    font-size: 3rem;
    margin-top: 0rem;
}

.colorContact{
    background-color: #429b9b;
}

.white{
    color: white;
}

.darkBlue{
    color: #1d4948;
}