@font-face {
    font-family: gulfs;
    src: url(./fonts/GulfsDisplay-Normal.woff2);
}
@font-face {
    font-family: odibee;
    src: url(./fonts/OdibeeSans-Regular.ttf);
}
@font-face {
    font-family: poppins;
    src: url(./fonts/Poppins-Regular.ttf);
}

*{
    margin: 0px;
}

body{
    background-color: #c9bda3;
    background-image: url("./imgages/BackgroundPattern.png");
    background-size: cover;
}

.navbar{
    width:350px;
    height: auto;
    margin: 10px auto;
}

.logo img {
    width: 150px;
    margin: 0 auto;
    display: block;
}

.title p {
    text-align: center;
    font-family: poppins;
    font-weight: 600;
    color: #636b53;
}

.logoTypeImage{
    width: 350px;
    height: auto;
    display: block;
    margin: auto;
}

.titr4nav{
    width: 100%;
    margin-top: 110px;

}

.titr4{
    font-size: 68px;
    font-family: gulfs;
    text-decoration: none;
    color: #636b53;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100px;
    border: 3px solid #636b53;
    width: 220px;
    border-radius: 70px;
}

.btn{
    width: 100%;
    margin-top: 50px;
}

.btnlink{
    height: 70px;
    font-family: odibee;
    text-decoration: none;
    color: #ffffff;
    margin: 0 auto;
    display: flex;
    text-align: center;
    background-color: #636b53;
    width: 350px;
    border-radius: 70px;
    align-items: center;
    justify-content: center;
}

#inst{
    font-size: 50px;
}

#tel{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

#adr{
    font-size: 21px;
}

#tel p{
    font-size: 33px;
    margin-left: 5%;
}

#tel img{
    width: 42px;
}

.footer{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-top: 100px;
}

.footertxt{
    color: #636b53;
    font-family: poppins;
    font-size: 20px;
    margin-left: 1%;
}

.instlogo{
    width:6%;
}