p{
    font-size: 20px;
}

body{

    background-image: linear-gradient(#230B2C, #B025E1);
}

h1{

    color: white;
    display: flex;
}

.mainnav ul{  /* edits the whole list as a frame */           
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}


.mainnav li {  /* edits a certain detail, the whole list item */
    margin-left: 40px;

}

.mainnav a{

    color:white;
    text-decoration: none;
}

.header{

    display: flex;
    justify-content: space-around;
}

.landingpage{

    display: flex;

}

.info{

    display: flex;
    margin-top: 120 px;
}

.infotext{

    margin-left: 40px;
}

.infotext p{

    color: white;
    

}

.maintext p{

    color: white;
}


.playersbutton {
    font-size:15px;
    font-family:'Times New Roman', Times, serif;
    width:140px;
    height:50px;
    border-width:1px;
    color:#fff;
    border-color:rgba(176, 37, 225, 1);
    font-weight:bold;
    border-top-left-radius:18px;
    border-top-right-radius:18px;
    border-bottom-left-radius:18px;
    border-bottom-right-radius:18px;
    box-shadow: 3px 4px 0px 0px rgba(145, 49, 180, 1);
    text-shadow: 0px 1px 0px rgba(176, 37, 225, 1);
    background:linear-gradient(rgba(176, 37, 225, 1), rgba(145, 49, 180, 1));
  }
  
  .playersbutton:hover {
    background: linear-gradient(rgba(145, 49, 180, 1), rgba(176, 37, 225, 1));
  }

  .mainnav{

    display: flex;
    align-items: center;
  }
                