@charset "UTF-8";

html, body {

    margin: 0;
    padding: 0;
    text-align: center;

}

h1, h2, p, a {
    margin: 0;
    padding: 0;
}

body {
    background-color: lightgray;
    font-family: Helvetica, Arial, sans-serif;
}

header{
    background-color: #AAB300;
}

.tmcc {
    background-color: #AAB300;
    max-width: 70px;
    padding: 5px;
    margin: 0px;
}

nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 20px;
    background-color: #333333;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-evenly;
}

nav ul a {
    color: white;
    font-size: 30px;
    word-spacing: 20px;
    text-decoration: none;
}

/* end of header*/

main {
    width: 80%;
    background-color: white;
    align-content: center;
    margin: 0 auto;
}

strong {
    font-size: 40px;
}

b {
    font-weight: 525;
}

.imgone {
    max-width: 300px;
    height: auto;
    border-color:#F5F3CB;
    

}

.imgtwo {
    max-width: auto;
    max-height: 400px;
    
}

main ul {
    list-style-type: none;
    text-align: right;
    margin-left: 32%;
    margin-right: 10%;
    font-weight: bold;
    background-color: #F5F3CB;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

li {
    margin: 5px;
}

.punostyle {
    display: flex;
    align-items: top;
    justify-content: center;
    background-color: white;
    margin-right: 10%;
    padding-right: 20px;

}

.pdosstyle {
    display: flex;
    align-items: top;
    justify-content: center;
    background-color: white;
    margin-left: 8%;
    margin-right: 10%;
    background-color: #F5F3CB;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;

}

.puno {
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
}

.pdos {
    text-align: right;
    margin-left: 20px;
    margin-right: 5px;
}



/* footer */

.footer {
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 20px;
    width: 100%;
    background-color: #333333;
    color: white;
    text-align: center;
    justify-content: center;
}