.roundbox{
    text-align: center;
    padding: 15px;
    margin: 15px;
    font-family: 'space mono', sans-serif;
    border-radius: 30px;
    background-color: #cc1e2c;
    width: 50%;
    height: 50%;
    font-size: larger;
    color: white;
    transition: background-color 0.3s ease;
}

.roundbox:hover {
  background-color: #ff5435;
   
}

#banner{
    width: 200;
    height: 600;
    background-color: #40152a;
}


.roundboxTitle{
    text-align: center;
    padding: 15px;
    font-family: 'space mono', sans-serif;
    border-radius: 7px;
    background-color: #741630;
    color: white;
    width: 2;
    height: 2;
    font-size: larger;
    transition: background-color 0.3s ease;
}

.container{
    display: flex;
    justify-content: space-between;
}

h1{
    text-align: center;
    font-family: 'space mono', sans-serif;
    margin: 0;   
    color: white;
}

h2{
    text-align: center;
    font-family: 'space mono', sans-serif;
    color: white;
    margin: 0; 
}

h3{
    text-align: center;
    font-family: 'space mono', sans-serif;
    color: white;
    margin: 0; 
}

img{
    max-width: 1000px;
    border-radius: 30px;
    padding: 15px;
}

.bg{
    background-color: #241721;
}

html, body {
  margin: 0;
  padding: 0;
}