body{
    margin: 0px;
}

.Align-text {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    
}
.MemBack{
    display: flex;
    align-items: center;
}
main{
    margin-left: 20px;
    margin-right: 20px;
}
h1{
    text-align: center;
}
.NavBar ul{
    list-style-type: none;
    background-color:rgb(128, 0, 0);
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.NavBar a{
    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: center;
}
.NavBar a:hover{
    background-color: rgb(207, 2, 2);
}
.NavBar li{
    float: left;
}
h3{
    text-align: center;
    font-size: large;
    
}
p{
    text-align: center;
    font-size: 30px;
}
.Member {
    max-width: 320px;
}
.wrapper {
    margin: 150px auto;
    width: 70%;
}
.container1{
    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: center;
    float: left;
}
.text1 h2{
    font-size: 50px;
    padding: 5px;
}
.hunter{
    max-width: 350px;
    float: left;
    border-radius: 10px;
    border: 3px solid white;
    margin-right: 20px;
}
.containerBadGuys1{
    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: center;
    float: left;
}
.textbadguys1 h2{
    font-size: 50px;
    padding: 5px;
}
.hemlock{
    max-width: 350px;
    float: left;
    border-radius: 10px;
    border: 3px solid white;
    margin-right: 20px;
}
.Corben{
    list-style-type: none;
    background-color:rgb(43, 43, 43);
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.Richard{
    align-items: center;
}
.containerPlanets1{
    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: center;
    float: left;
}
.containerPlanets2{
    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: center;
    float: right;
}
.textPlannets1{
    font-size: 50px;
    padding: 5px;
    bottom: 240px;
}
.Banner{
    display: flex;
}
.containerWeapons1{
    color: rgb(255, 187, 0);
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: center;
    float: left;
}
.LinkButtons{
    float: inline-end;
    border: 2px solid white;
}
