*{
    margin: 0 auto; 
    padding: 0;
}

body{
    background-image: url("../img/blurbgimg.png");
}

header{
    color: white;
    text-align: center;
    font-size: xx-large;
    font-family: "Lato", serif;

}

header h1{
    padding-bottom: 50px;
}

#serverlist{
    padding: 6rem;
    font-family: "Lato", serif;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    color:white;
}

#serverlist h3{
    text-align: center;
   
}

.server img {
    display: flex;
    justify-content: space-between;
    height: 150px;
    width: 150px;
    padding: 10px;
}

button{
    background-color: green;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 125px;
    padding-right: 125px;
    display: flex;
    justify-content: space-between;
    font-size: large;
    margin-top: 10px;
    border-radius: 25px;
}

a{
    font-family: "Lato", serif;
    text-decoration: none;
    color: white;
}

.server p{
    width: 75%;
    text-align: center;
}

.server{
    background-color: rgba(128, 128, 128, 0.501);
    border-radius: 15%;
    margin: 10px;
    padding:20px;
}