footer{
    background-color: #f0f0f0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 20px 0px 20px;
    margin-top: 100px;
    font-weight: 200;
    border-top: 1px solid rgb(196, 240, 240);
    font-family: Arial, Helvetica, sans-serif;
}
#title{
    color: black;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    border-width: 3px;
}
#titleline1 {
    width: 46px;
    border-bottom: 2px solid hsl(180, 92%, 38%);
    margin-bottom: 20px;
    margin-left: 25px;
}
#titleline2 {
    width: 70px;
    border-bottom: 2px solid hsl(180, 92%, 38%);
    margin-bottom: 20px;
    margin-left: 65px;
}
#titleline3 {
    width: 40px;
    border-bottom: 2px solid hsl(180, 92%, 38%);
    margin-bottom: 20px;
    margin-left: 50px;
    
}
span{
    color:hsl(180, 92%, 38%);
}
#info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    font-size: 18px;
    color: black;
}

#info i {
    font-size: 20px;
    color: hsl(180, 92%, 38%);
    margin-right: 10px;
}
.first-container{
    position: relative;
    left: 250px;
    
}
.second-container{
    margin-left: 120px;
    margin-right: 60px;
}

.second-container #title {
    margin-right: 25px;
}
.second-container #info{
    text-align: center;
}

.second-container #info div {
   margin-bottom: 7px;
}

.second-container a{
    text-decoration: none;
    color: black;
    transition: 0.7s ease;
}
.second-container a:hover{
color: hsl(180, 92%, 38%);
}
.third-container{
    margin-right: 280px;
}
.third-container #info{
    text-align: center;
    gap: 20px;
    font-size: 25px;
    text-decoration: none;
}
.third-container #info a{
    color:white;
    transition: 0.9s ease;
}
.third-container #info a:hover{
transform: scale(1.3);
color: hsl(180, 92%, 38%);
}

.third-container #info i {
    font-size: 25px;
}
.first-container #title{
    text-align: start;
}

.third-container h3 {
    font-weight: 200;
}