.boulder{
    background-color: bisque;
}
.main{
    text-align: center;
    color: black;
    font-family:'Courier New', Courier, monospace;
    margin:40px;
    border:solid;
    border-radius: 30px;
    font-size: 70;
}
.brock{
    display: flex;
    border: solid;
    border-radius: 30px;
    height:400
}
.team{
    width: 200px;
    border:solid;
    border-radius: 30px;
   
}
.info{
    font-family: 'Times New Roman', Times, serif;
    border: solid;
     border-radius: 15px;
     font-size: 25;
  width: 50%;
  
}
.rock{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
 
}
.surge{
    display: flex;
    border: solid;
    border-radius: 30px;
    background-color:#ffe385 ;
    height: 1%;
}
.box{
    border:solid;
    width: 430px;
    border-radius: 30px;
}
.electric{
  text-align: center;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.link {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #bbbbbb;
    border-radius: 15px;
    border: solid;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  li a:hover {
    background-color: #111;
  }
  .nature{
    background-color:#a4eba4;
  }
.thunder{
  background-color:#FFFFC5 ;
}
.fire{
  background-color:#FFA756;
}
.title{
  background-color: rgb(150, 240, 240);
}
