h1{
    color: rgb(255, 0, 0);
    background-color: rgb(69, 29, 106);
    text-align: center;
    width: 50%;
    margin: 1% auto;
    border: 4px solid black;
    height: 100px;
    line-height: 100px;
    transition: 2s;
    border-radius: 50px;
      font-family: "Rubik Wet Paint", system-ui;
  font-weight: 400;
  font-style: normal;
}
h1:hover{
    background-color: rgb(24, 10, 134);
    font-size: 350%;
}
h2{
    color: white;
    width: 800px;
    text-align: center;
}
body{
    background-image: url(../images/five\ night\ rojo.png);
}
ul{
    margin: 20px auto;
    width: 500px;
    padding: 0;
}
li{
    color: white;
    width: 156px;
    float: left;
    list-style: none;
    text-align: center;
    border: 2px solid blueviolet;
    line-height: 50px;
}
div{
    color:white;
    width: 800px;
    margin: 10px auto;
    font-size: 115%;
}
iframe{
    margin-left: 33%;
}