@font-face {
    font-family: italic;
    src: url(./MAZIUSREVIEW20.09-Extraitalic.ttf);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Gilroy-Medium";

}

html,
body {
    height: 100%;
    width: 100%;

}

#main {
    width: 100%;
  
}

#loader {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
    height: 0vh;
}

#home {
    width: 100%;
    background-color: #FDF9F8;
}

#home #nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5vw;
    width: 100%;
    height: 100px;
    
}

#nav a {

    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    color: #000;
}

#nav a .line {
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: 0;
    width: 100%;
    right: 0;
    height: 1px;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
    background-color: #000;
}

#nav a:hover .line {
    width: 0;
}

#write{
    width: 100%;
    margin-top: 5vw;
    display: flex;
   justify-content: center;

}
#write h1 {
    font-size: 8vw;
}
#write h1 #font{
    font-family: italic;
    color: #14CF93;
}
#imgg{
    width: 100%;
    margin-top: 6vw;
    display: flex;
   justify-content: center;

}
#imgg img{
  height: 28vw;
}
