*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    height: 100%;
}
@font-face {
    font-family: usman;
    src: url(Mabook.otf);
}
body{
    height: 100%;
}

header{
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
& .headings{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
& h1{
    font-family: usman, 'sans sarif';
    font-size: 150px;
}
& h2{
    font-style: italic;
    font-weight: bold;
    letter-spacing: 10px;
    margin-top: 10px;
}
}
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin: 20px 40px;
& a{
    text-decoration: none;
    color: #393E46;
    font-style: italic;
    font-size: 20px;
    margin-bottom: 10px;
}
}
& img{
    translate: 80rem;
}
}
div{
    text-align: center;
}