.footer{
    margin: auto;
    width: 100%;
    height: fit-content;
    padding: 1vw;
    background-color: rgb(0, 43, 70);
    margin-top: 10vw;
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.589);
    align-items: center;
    padding-bottom: 0;
    bottom: 0;
}
.top{
    margin-top: 8vw;
    align-items: center;
    text-align: center;
    width: 20vw;
    height: 20vw;
    margin-left: 40vw;
    margin-right: 40vw;
    
}
 div .top{
    width: 100%;
    margin: auto;
    margin-bottom: 0px;
}
.logo1{
    width: 20vw;
    height: 20vw;
    border-radius: 50vw;
    background-image: url('logof.jpg');
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 20px 2px rgba(70, 70, 70, 0.712)
}
.titlu{
    text-align: center;
    color: white;
    font-size: 2.5rem;
    padding: 6vw;
}
.mes{
    text-align: center;
    color: white;
    width: 70%;
    margin: auto;
    margin-top: 4vw;
    text-decoration: none;
}
.phone{
    width: 6.5vw;
    height: 4.5vw;
    background-size: contain;
    background-repeat: none;
    align-self: center;
    padding-right: 2vw;
}
.text{
    text-align: center;
    margin-top: 5vw;
    color: white;
    font-size: 5vw;
    text-decoration: underline;
}
.centr{
    display: inline;
    width: fit-content;
    max-height: 6vw;
    justify-content: center;
}
@media(max-width:699px){
    div .top{
        margin: auto;
        margin-bottom: 0px;
        height: 100px;
        margin-top: 80px;
        width: 100%;
        
    }
    .top{
        margin: auto;
        width: 20vw;
        height: 20vw;
    }
    .logo1{
        display: block;
        margin: auto;
        width: 25vw;
        height: 25vw;
        border-radius: 100vw;
    }
    .titlu{
        margin-top: 30px;
        font-size: 180%;
    }
    .footer{
        padding-bottom: 50px;
        min-height: fit-content;
        margin-bottom: 0;
    }
}
@media(min-width:700px){
    .footer{
        margin: auto;
        width: 100%;
        height: fit-content;
        padding: 3vh;
        padding-bottom: 30px;
        padding-top: 100px;
        background-color: rgb(0, 43, 70);
        margin-top: 10vw;
        box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.589);
        align-items: center;
        bottom: 0;
    }
    .top{
        margin-bottom: -30px;
    }
    div .top{
        height: fit-content;
    }
    .titlu{
        font-size: 2.5rem;
    }
    .logo1{
        width: 16vh;
        margin: auto;
        justify-content: center;
        height: 16vh;
        border-radius: 50vw;
        background-image: url('logof.jpg');
        background-size: cover;
        background-position: center;
        box-shadow: 0 0 20px 2px rgba(70, 70, 70, 0.712);
    }
    .titlu{
        text-align: center;
        color: white;
        font-size: 2.5vw;
        padding: 3vw;
    }
    .mes{
        text-align: center;
        color: white;
        width: 70%;
        margin: auto;
        margin-top: 1vw;
        text-decoration: none;
        font-size: 120%;
    }
    .phone{
        width: 3vw;
        height: 2vw;
        background-size: contain;
        background-repeat: none;
        align-self: center;
        padding-right: 1vw;
    }
    .text{
        text-align: center;
        margin-top: 2vw;
        color: white;
        font-size: 130%;
        text-decoration: underline;
        margin-bottom: 4vh;
    }
    .centr{
        display: inline;
        width: fit-content;
        max-height: 6vw;
        justify-content: center;
    }
    
}
  