body {
    background-color: rgb(116, 35, 35);
    margin: 0;
    font-family: 'Press Start 2P', system-ui;
    width: 100vw;
    
}

p {
    font-size: 20px;
    margin-left: 25px;
    margin-right: 25px;
}

.nav-bar {
    background-color: rgb(88, 14, 36);
    padding: 20px;

}

.nav-bar a {
    font-size: 25px;
    text-decoration: none;
    color: black;
    padding: 9px 17px;
    background-color: brown;
    margin: 8px;
    border-radius: 13px;
    
}

.nether-img{
    width: 100vw;
    display: flex;
    justify-content: center;
    
}

img{
width: 80vw;
}

h3 {
    font-size: 25px;
    display: flex;
    justify-content: center;
}

h1 {
    font-size: 40px;
    display: flex;
    justify-content: center;
}

