
@import url('https://fonts.googleapis.com/css2?family=Cairo&family=Noto+Sans+Linear+B&display=swap');

*{
    font-family: 'Cairo', sans-serif;
}
body{
    background-color: #183764;
    display: grid;
    justify-content: center;
    align-content: space-between;
    margin-left: auto;
    margin-right: auto;
}

.logo{
 height: 100px;   
margin: auto;
margin-bottom: 20px;
margin-top: 20px;


}

a{
    text-decoration: none;
}

h1{
    color: #183764;
    text-align: center;
    line-height: normal;
}
.imgg{
    margin:  auto;

}
.box{
    border: solid 1px white ;
    border-radius: 5px;
    align-items: center;
    background-color: #fff;
    height: 200px;
    width: 200px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10%;



}

.smbox{
    display: flex;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
   
}
span{
    color: #fff;
}
.item{
    margin: 20px;
}