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

.nav-bar {
    background-color:rgb(53, 18, 99);
    padding: 20px;

}

.nav-bar a {
    font-size: 25px;
    text-decoration: none;
    color: rgb(126, 93, 154);
    padding: 9px 17px;
    background-color: rgb(33, 12, 61);
    margin: 8px;
    border-radius: 13px;

}

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

}

img {
    width: 40vw;
    padding: 5px;
    border: 2px solid rgb(241, 99, 241) ;
}

h1{
    font-size: 60px;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid rgb(241, 99, 241) ;
    padding-top: 20px;
}

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

p{
    display: flex;
    justify-content: center;
    margin-left: 25px;
    margin-right: 25px;
}

