#equirateral{
    width:0;
    border-left:400px solid transparent;
    border-right:400px solid transparent;
    border-bottom:400px solid blue;
}
#isoscles{
    width:0;
    border-left:600px solid transparent;
    border-right:600px solid transparent;
    border-bottom:400px solid blue; 
}
#scalene{
    width:0;
    border-left:500px solid transparent;
    border-right:600px solid transparent;
    border-bottom:400px solid blue; 
}
body{
    background-color:gray;
    font-size: 20px;
    text-align: center;
}
button{
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
 }
 h1{
    
    color: burlywood;
    text-align: center;
    font-size: 40px;
    font-style: italic;
    font-weight: bolder;
    font-family: fantasy;
 } 
 h2,h3,h4{ color:brown;
    font-weight: bold;
    text-align: center;
    font-weight: normal;
     font-size: 30px
  }
#undftr{
    width:0;
    border-bottom:20px solid blue;
    border-right:500px transparent;
    border-left:400px transparent;
}
  