
.createServerForm{

  width:400px;
  background-color: #000080;

  padding:15px;
  border-radius: 5px;

  transition: height 1s;

}

.createServerInfo{

  display:none;

}

button{
  background-color: #9BD1E5;
  border: 1px solid #6A8EAE;
  border-radius: 5px;
  padding: 7px;
  font-family: arial;
  transition: background-color 0.25s;
}

button:hover{
  background-color: #D1FAFF;
  cursor:pointer;
}

button:focus{
  outline:none;
}

.serverItem{
  width:60%;
  margin-left: 20%;
  text-align: center;
  background-color: #6A8EAE;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
