/* hi welcome to the css of my welcome page! (^_^)... */


@font-face {
    font-family: 'basiic';
    src: 
        url("img/fonts/basiic.ttf");
        /* thank u to cinni.net for this font */
}

body {

    font-family: 'basiic';
    font-size: 2em;
    margin-top: 5%;
    background-color: rgb(233, 233, 233);

}

img {

    max-width: 90%;
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;

}
