body{
    background-image: url(../images/camaras.webp);
    background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
h1{
    color: rgb(255, 0, 0);
    background-color: rgb(69, 29, 106);
    text-align: center;
    width: 50%;
    margin: 2% auto;
    border: 2px solid black;
    height: 50px;
    line-height: 60px;
    transition: 2s;
    border-radius: 50px;
      font-family: "Kumar One Outline", system-ui;
  font-weight: 400;
  font-style: normal;
}
div{
    color:white;
    width: 800px;
    margin: 10px auto;
    font-size: 115%;
}
.night{
    position: fixed;
    left: 0;
    top: 0;
    width: 23%;
    margin-top: 10%;
}