@import "hover.css";
@font-face {
    font-family: 'montserratBold';
    src: url('../fonts/montserratBold.ttf'); format('truetype')

}

@font-face {
    font-family: 'montserratRegular';
    src: url('../fonts/montserratRegular.ttf'); format('truetype')

}



body {
    background-image: url('../img/bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    margin: 0;

}

.center-flex{
    height: 100vh
}

.center-flex img {
    max-width: 300px;
}

.textOne h1 {
    font-family: montserratBold, serif;
    color: white;
    text-transform: uppercase;
    font-size: 25px;
}

.textOne h1 span{
    font-weight: bold;
    font-size: 35px;
}
.links {
    gap: 30px;
}

.links a {
    box-shadow: 4px 7px 33px 9px rgba(23,23,23,0.43);
    -webkit-box-shadow: 4px 7px 33px 9px rgba(23,23,23,0.43);
    -moz-box-shadow: 4px 7px 33px 9px rgba(23,23,23,0.43);
    width: 80px;
    height: 80px;
    padding: 10px;
     border-radius: 4px;



}

.links a i {
    font-size: 40px;
    color: white;
}

.footer{
    position: absolute;
    bottom: 20px;
    right: 10px;
}

.footer p {
    font-family: montserratRegular, serif;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0;
    margin: 0;
}


@media (max-width: 991px) {


    .center-flex img {
        max-width: 200px;
    }


    .textOne h1 {

        font-size: 18px;
    }

    .textOne h1 span{
        font-weight: bold;
        font-size: 20px;
    }

    .links a {
        width: 60px;
        height: 60px;
        padding: 5px;

    }

    .links a i {
      font-size: 33px;


    }


}
