@font-face {
    font-family: "kufi";
    src: url('Fonts/ReemKufi-VariableFont_wght.ttf');
    font-display: swap;
}
:root {
    --regularFont: "kufi";
}
body{
    background: linear-gradient(#fff, rgb(142, 213, 228));
    height: 100vh;
    padding: 0px;
    margin: 0px;
    font-family: var(--regularFont);
    font-weight: lighter;
}
header{
    margin: auto;
    text-align: center;
}
header img{
    max-width: 100%;
}
.content{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: calc(100% - 200px);
    font-size: 40px;
}
.content div:first-child{
    border: 1px solid rgb(39, 150, 170);
    padding: 20px 40px;
    border-radius: 10px;
}
h1 {
    color: rgb(167, 128, 77);  
    margin-bottom: 30px;
    font-size: 45px;
    text-align: center;
}
.content .contact,.content .contact a{
    font-size: 25px;
    text-decoration: none;
    color: rgb(39, 150, 170);
}
.contact a:hover{
    text-decoration: underline;
    cursor: pointer;
}
.phone{
    margin-top: 16px;
}
