#start {
    font-size: 30px;
}

.box {
    display: flex;
    padding: 10px 20px 20px 20px;
    margin-left: 17%;
    margin-right: 17%;
    justify-content: center;
    flex-direction: column;
    border: 10px solid #f5a97f;
}

div.Banner {
    display: flex;
    border: 5px solid black;
    padding: 10px 20px 20px 20px;
    text-align: center;
    justify-content: center;
    margin-left: 15%;
    margin-right: 15%;
    flex-basis: 200px;
}

div.MainText {
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 10px 20px 20px 20px;
    margin-left: 5%;
    margin-right: 5%;
    flex-direction: column;
}

h1.MainText {
    text-align: center;
}

#BiografiaSplash {
    width: 227px;
    weight: auto;
    border: 5px solid black;
    margin-top: 20px;
    align-self: flex-start;
}

div.BiografiaSplash {
    display: flex;
    flex-direction: row;
    align-itens: baseline;
}

p.BiografiaSplash {
    font-size: 25px;
    margin-top: 35px;
    margin-left: 20px;
    width: auto;
    weight: auto;
}

.bottom-page {
    float: bottom;
}

.buttons {
    flex-direction: row;
}

#Download_button {
    width: 40%;
}

#Donate_button {
    width: 30%;
}
