@charset "UTF-8";
html{font-family: 'serif',  'bold';}
body{
    width: 100%;
    height: 3000px;
    background-image:url("../img/mika1.jpeg");
    background-size:100%;background-repeat:none;
    background-attachment:scroll;background-position: right bottom;
color: rgb(252, 243, 243);



}
