@font-face {
    font-family: 'Dragon';
    src: url("EightBitDragon-anqx.ttf");
}

body {
    background-color: black;
}

.menu_box {
    background: #4d4bd6;
    background: linear-gradient(180deg,rgba(77, 75, 214, 1) 0%, rgba(33, 31, 82, 1) 100%);
    width: 20%;
    border-style: solid;
    border-color: white;
    border-radius: 25px;
}

.text_box {
    background: #4d4bd6;
    background: linear-gradient(180deg,rgba(77, 75, 214, 1) 0%, rgba(33, 31, 82, 1) 100%);
    width: 70%;
    border-style: solid;
    border-color: white;
    border-radius: 25px;
    position: relative;
    left: 400px;
    bottom: 80px;

}

.menu_box a {
    color: white;
    font-family: 'Dragon';
}

.text_box a {
    color: red;
}

h1 {
    color: white;
    font-family: 'Dragon';
}

p {
    color: white;
    font-family: 'Dragon';
}