* {
  box-sizing: border-box;
}

@font-face{
    font-family: "Desuza";
    src: url(Fonts/DesuzaProItalic.ttf);
}

h2{
    font-family: "Desuza";
    margin: 0px;
}

#TheFacts{
    font-family: "Desuza";
    color: white;
    text-shadow: 4px 5px black;
    text-align: center;
    font-size: clamp(1rem, 1.5vw, 3rem);
}

#HisName{
    color: white;
    text-shadow: 4px 5px 9px black;
    text-align: center;
}

/*.MattFacts, .Sidebar, .Topbar, .Facts, .Nametag{
    border: 2px;
    border-style: solid;
}*/

.Sidebar, .TitantronFrame, .Topbar, .Facts, .Nametag{
    position: absolute;
}

.Website, .TitantronFrame{
    right: 0px;
    margin-right: 20px;
}

.Nametag, .Facts{
    background-image: url(Img/mattbg.jpg);
}

.MattFacts{
    border-color: black;
    background-color: gray;
    border-radius: 50px 40px 50px 0px;
    width: 700px;
    height: 465px;
    position: relative;
    padding: 30px 20px 20px 10px;
}

.Topbar, .Nametag, .Facts{
    width: 197px;
}
.Sidebar{
    border-color: purple;
    width: 200px;
    height: 400px;
}

.Topbar{
    border-color: yellow;
    height: 140px;
    border-radius: 10px 0px 0px 0px;
    background-image: url(Img/mattbg.jpg);
}

.Nametag{
    border-color: blue;
    bottom: 168px;
    font-size: 24px;
    line-height: 1;
    padding: 5px 5px 5px 10px;
}

.Facts{
    border-color: blueviolet;
    height: 166px;
    bottom: -2px;
    filter: hue-rotate(90deg);
}

.TitantronFrame{
    width: 450px;
    height: 400px;
}

.Titantron{
    border: 2px inset black;
    border-radius: 5px;
}

#MH_Icon{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 45% 50%;
    filter: drop-shadow(0px 0px 5px white);
}