body {
    background-image: linear-gradient(70deg, white, rgb(121, 13, 172));
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0px;
    padding: 0px;
}

p {
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
}

img {
    padding: 10px;
    height: 200px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    border-radius: 20px;
}

nav {
    margin: 20px;
    padding: 5px;
    text-align: center;
    float: none;
    
}

a {
    text-decoration: none;
    color: black;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: medium;
    margin: 30px;
    padding: 10px;
}

#rect{
    background-color: rgba(189, 178, 27, 0.733);
    margin: 100px;
    padding: 0px;
    border-radius: 10px;

}

a:hover, a:active {
    background-color: rgb(0, 0, 0);
    color: white;
    border-radius: 50px;
    
}

ul {
    list-style-type: none;
    display: inline;
}

li {
    display: inline-block;

}

p.welcome{
    margin: 50px 10px;
    padding: 10px;
    border-radius: 3px;
    border-color: black 3px;
    font-size: x-large;
    
}

.weapon-wrapper{
    
    color: white;
    border-radius: 10px;
    text-align: center;
}

.weapon{
    background-color: rgb(0, 0, 0);
    color: white;
    display: inline-block;
    margin-right: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 100px;
    padding: 20px;
    text-align: center;
    border-radius: 5px;


}

button{
    background-color: black;
    color: rgb(255, 255, 255);
    padding: 5px;
    border-radius: 5px;
    
}
.active-link {
    text-decoration: underline solid rgb(13, 78, 218) 3px;
    font-family: 'Source Sans Pro', sans-serif;
}



footer {
    background-color: black;
    margin: 10px;
    padding: 10px;
    color: white;
}

