@font-face {
    font-family:'custom' ;
    src: url(fonts/Wedgie\ Regular.ttf);
    
}
@font-face {
    font-family:'vert';
    src: url(fonts/VertigoFLF.ttf);
}
@font-face {
    font-family:'ext';
    src: url(fonts/xtrusion.ttf);
}

.heading{
    background-color: black;
    font-family:custom;
    color: red;
    display: flex;
    font-size: larger;
justify-content:center;
}

.Ibbnl{
    font-family:monospace ;
    text-shadow: rgb(0, 209, 63) 1px 1px;
    display: flex;
    align-content: center;
    justify-content: center;
    background-image: url(images/newsaz.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}

img {max-width: 300px;
max-height: 300px;
}

body{
    background-color: black;
    color: rgb(0, 0, 0);
}
.SmallStudios{
  background-color:orange;
  display:flex;
  justify-content: center;


a{
    color: rgb(0, 0, 0);
    text-decoration: none;
}
