@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}
div img {
    width: 200px;
    margin: auto;
}
.logo {
    display: flex;
    width: 100%;
}

.bi-telephone-fill,
 .bi-telephone,
 .bi-geo-alt-fill,
 .bi-envelope-at {
    font-size: 30px;
    color: #fff;
}
.mail  {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}

.info {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
}

.info a {
    text-decoration: none;
    color: #fff;
    font-size: 27px;
}

.info p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    
}
.info i  {
    margin-right: 30px;
}

.phone {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}