.large ul{
    height: 350px;
    overflow: hidden;
    list-style-type: none;
    padding: 5px;
    margin-bottom: 50px;
    
    }
  .large ul img{
    width: 350px;
    margin-top: 2px;
  }
  .large a img{
    width: 50px; 
    height: 58px;
    border:  none;
    margin-left: 10px;
    margin-bottom: 0px;
  }
  button{
  border-radius: 250px;
  border: none;
  width: 150px;
  height: 50px;
  font-size: 20px;
  background-color: rgb(65, 91, 196);
  color: white;
  }

  body{
    text-align: center;
    font-size: 30px;
    font-family: 'SF';
  }
