@charest "utf-8";
/* author Wathek Hafez */

@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 300;
    list-style: none;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    overflow-x: hidden;
    background-color: #f1f1f1;
    font-family: 'Roboto Mono', monospace;
    color: #484d98
}

a {
    color: inherit;
    text-decoration: none
}

h1, h4, h5, h6 {
    display: none
}

body div:first-of-type {
    height: 80%;
    background-image: url("../img/wathekhafez.gif");
    background-position: center bottom;
    background-color: #fff
}

h2, h3 {
    text-align: center;
    margin: 25px 0
}

@media (max-width: 800px) {
    body div:first-of-type {
        background-size: contain;
        max-height: 600px
    }
}