body {
    font-family: Arial, sans-serif;
    color: #f7f7f7 ;
    margin: 0;
    padding: 0;
    line-height: 2;
    overflow-x: hidden;
    background-image: url(../img/fondo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
header, footer {
    background-color:#000000;
    color: #000000  (78, 75, 113);
    padding: 2 px 0;
    text-align: center;
}
.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
    }
h1 {
    font-size: 90px;
    font-family:cursive
}    
h2 {
    color: #c99922	;
    text-align: center;
    font-family:cursive
}
p {
    margin: 9px 0;
}
h1 {
    color: #c99922
}
.section {
    border-radius: 10px;
    padding: 50px;
    margin-bottom: 25px;
    background-color: #000000;
}
.image-container {
    text-align: center;
    margin-bottom: 25 px ;
    border-radius: 10px;
}

img {
    max-width: 100%;
    height: auto;
    border: 11px solid #000000;
    border-radius: 10px;
}
.button {
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 19px;
    cursor: pointer;
    overflow: center;
    
}
.button1 {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: 0px solid #000000af;
}

.button1:hover {
    background-color: #000000af;
    color: rgb(235, 177, 102);
}

.button2 {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: 0px solid #000000af;
}

.button2:hover {
    background-color: #000000af;
    color: rgb(240, 178, 46);
}
.button3 {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: 0px solid #000000af;
}

.button3:hover {
    background-color: #000000af;
    color: rgb(216, 166, 100);
}

.button4 {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: 0px solid #000000af;
}

.button4:hover {
    background-color: #000000af;
    color: rgb(233, 188, 66);
}
.button5 {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: 0px solid #000000af;
}

.button5:hover {
    background-color: #000000af;
    color: rgb(235, 177, 102);
}

.button6 {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: 0px solid #000000af;
}

.button6:hover {
    background-color: #000000af;
    color: rgb(236, 170, 71);
}        
.final {
    background-color: #000000af; 
    color: #000000  (78, 75, 113);
    padding: 2 px 0;
    text-align: center;
}
.botones {
    text-align: center;
    margin: 0;
    
}
.card {
    background-color: #000000af;
    color: #f7f7f7 ;
    margin: 0;
    padding: 0;
}
.alin{
    text-align: left;
}