/* hi welcome to the css of my website! (^_^) i'll try to keep it as organized as i can... */


@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: 10% 10% 10% 10%;
    background-image: url("img/background/circle1.jpg");
    background-repeat: repeat;
    background-color: rgb(233, 233, 233);

}

img {

    max-width: 90%;
    height: auto;
    width: auto;

}

