@font-face {
    font-family: 'funkin-font';
    src: url('funkin-font.ttf') format('truetype');

}




.heading {
     width: 1100px;
     display:block;
     margin: 0 auto;

}
body {
    margin: 0;
    padding: 0;
}

.margin {
    background-color: rgb(255, 202, 104);
    width: 100%;
    height: 130px;
}

p {

    font-family: funkin-font;
    font-size: 50px;
    display: block;
    text-align: center;

}

img{

    border-style: solid;
    border-radius: 10px;
    
    border-color:rgb(255, 202, 104);
    width: 170px;
}

.games {
    
    display: flex;
    flex-wrap: wrap;           
    justify-content: center;  
    align-items: center;
    grid-column-gap: 15px    


}

h3 {
    font-family: Arial, Helvetica, sans-serif;
  text-align: center;

}

.home-button {
    
    text-align: center;
    font-size: 100px;
    font-family: funkin-font;


}