*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: all 0.03s;
}
body {
    background: rgb(2,0,36);
    font-family: sans-serif;
    background-color: #222943;
    background-image: url("https://cdn.pruebat.org/recursos/recursos/html/trivia-inbursa-2022/images/index/fondo.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.main-content {
    min-height: 900px !important;
}
.pages {
    max-width: 1600px !important;
    /*min-height: 1300px !important;*/
    width: 100%;
    margin: 0 auto;
    margin-bottom: 35px;
}
.introduction-align {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 95vh;
}
.title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}
.index-image-title {
    width: 40%;
}
.index-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
.index-image-b {
    width: 30%;
}
.buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.myButton {
    width: 200px;
    border-radius: 15px;
    display:inline-block;
    cursor:pointer;
    font-family:Arial;
    font-size:1.3rem;
    font-weight: bold;
    padding:16px 31px;
    text-decoration:none;  
}
.color-01:hover {
	background-color:#ff8000;
}
.color-02:hover {
    background-color:#ff8000;
}
.color-01 {
    background-color:#ffaa00;
    color:#ffffff;
}
.color-02 {
    background-color:#7ed320;
    color:#ffffff;
}
.m-int01 {
    margin-right: 20px;
}
.m-int02 {
    margin-left: 20px;
}
.m-01 {
    margin-bottom: 20px;
}
.link-btn {
    color: white;
    text-decoration: none;
}
footer {
    width: 100%;
    height: 3.5rem;
    background-color: #eeeeee;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.footer-img {
    height: 90%;
}
@media (max-width: 600px) {
    .introduction-align {
        height: 92vh;
    }
    h1 {
      font-size: 1.5rem;
    }
    .title {
      margin-top: 15px;
      margin-bottom: 30px;
      padding: 15px;
    }
    .index-image-title {
        width: 75%;
    }
    .index-image-b {
        width: 70%;
    }
    .buttons {
      flex-direction: column;
    }
    .m-int01,
    .m-int02 {
      margin-right: 0px;
      margin-left: 0px;
    }
    .myButton {
      font-size:1rem;
    }
    .footer {
        height: 70px;
    }
}