*{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body{
    background-color:#575A4B;
    margin-bottom: 50px;
}


img{
    display:grid;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 25px;
}

h1{
    color: bisque;
    font-family: heyam;
    text-align: center;
    font-size: 3em;
}

h2{
    color: bisque;
    font-family: handwriting;
    text-align: center;
    font-size: 2em;
}

p{
    font-size: 5em;
    font-family: mickey mouse;
    color: beige;
    text-align: center;
}

a{
    text-decoration: none;
    font-family: 'Courier New', Courier, monospace;
    color: #CFB9A5;
}

.link{
    color: bisque;
    font-family: heyam;
    text-align: center;
    font-size: 1em;
}

ul{
    text-align: center;
    margin-top: 15px;
}

li{
    display: inline;
    margin: 7px;
}

@font-face {
    font-family: heyam;
    src: url(../../../fonts/heyam.ttf);
}

@font-face {
    font-family: mickey mouse;
    src: url(../../../fonts/mickey-mouse.otf);
}

@font-face {
    font-family: handwriting;
    src: url(../../../fonts/handwriting.otf);
}

@font-face {
    font-family: magic;
    src: url(../../../fonts/magic-sound.ttf);
}
