h1{
color: white;
text-align: center;
font-family: 'Montserrat', sans-serif;
font-size: 50px;
}
body{

background-color: rgb(0, 0, 0);


}
hr{

outline-color: white;



}
button{

background-color: black    ;
color: white ;
outline-color: black;
border: 2px solid #000000;
cursor: pointer;
width: 400px;      /* Sets a fixed width */
  height: 120px;     /* Sets a fixed height */
  font-size: 40px;  /* Increases text size, which also affects overall button size */
  padding: 20px 40px;
font-family: 'Montserrat', sans-serif;
}