@font-face {
    font-family: "MGS";
    src: url(METAG___.TTF);
}

@font-face {
    font-family: "MGS2";
    src: url(Tactical\ Espionage\ Action.ttf);
}

@font-face {
    font-family: "MGS3";
    src: url(Metal_Gear_Solid_2_Regular.ttf);
    
}
    
html {
    background-image: url(MGS_Background.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

body {
    padding: 10%;
    font-size: 1rem;
    color:#09e67f;
    text-align:center;
    font-family: "MGS3";
}

#box0 {
    border: #09e67f 7px double;
    height: auto;
    width: 500px;
    margin: auto;
    background-image: url(Static.webp);
}

h1 {
    color: rgb(255, 255, 255);
    font-family: "MGS";
    font-size: 4rem;
    opacity: .60;
}
    h2 {
    font-family: "MGS2";



}

p {
    font-size: 1.5rem;



}

button {
    font-size: 25px;
    background-color: black;
    color: #09e67f;
    border: #09e67f double;

}

button:hover {
    background-color: rgba(2, 153, 90, 0.315);
}