@import url('https://fonts.googleapis.com/css2?family=Knewave&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BioRhyme:wght@200&display=swap');


* {
    box-sizing: border-box;
}

.container {
    padding: 40px;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    margin-bottom: 5%;
}
.card-header{
    background-color: #e8f5e9;
}
.card-title{
    color: #4caf50;
    text-align: center;
    font-family: 'Knewave', cursive;
    font-size: 25px;
}

.card-text{
    color: #388e3c;
    text-align: justify;
    font-family: 'BioRhyme', serif;
    font-size: 15px;
    font-weight: 700;
}

.container-button {
    margin-top: 1.5%;
    padding-top: 1.5%;
    text-align: center;
}

li{
    font-size: 1.85rem;
}

button, a{
    background-color: #4caf50;
    color: white;
    max-width: 900px;
}

.img-hiro{
    width: 70%;
}

.button-dowload{
    color: black;
    text-align: justify;
    font-size: 12px;
}

.iframe-3d {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 90%;
    overflow: hidden;
}

.iframe-3d iframe {
    position: absolute;
    padding: 1%;
    top:0;
    left: 0;
    width: 100%;
    height: 80%;
    border-radius: 3%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}