*{
    margin: 0;
    padding: 0;
}

li{
    list-style-type: none;
    background-color: rgb(180, 34, 34);
    border: 2px solid #000000;
    padding: 10px;
    justify-content: right;
}

a{
    text-decoration: none;
    color: aliceblue;
}

ul{
    display: flex;
    
}

#b1{
    background-color: #ff0808;
    margin-right: 800px;
    margin-left: 30px;
    height: auto;
    width: 100px;
    text-align: center;
}

nav{
    display: flex;
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

#b2{
    margin: 0 30px 30px 30px;
}

h2{
 text-align: center;
}

footer{
    background-color: #300505;
    height: 150px;
    margin: 30px 0;

}

footer,p{
    color: aliceblue;
    text-align: center;
    
    
}