* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background: black;
    line-height: 1.6;
    padding: 20px;
}

header {
    background: aliceblue;
    color: black;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 30px;
}

header img {
    max-width: 200px;
    margin-top: 15px;
    border-radius: 10px;
}

h1, h3{
    margin-bottom: 15px;
}

h2{
    margin-bottom: 15px;
    color: white;
}

.requisitos{
    background-color: aliceblue;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 25px;
}

a {
    color: red;
    text-decoration: none;
}

.gm {
    background-color: aliceblue;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 25px;
}

ul, ol {
    margin: 10px;
}