body {
background-image: url(Imagenes/linux.jpg);

}

.Titulo {
    background-color:white;
    width:35em; 
    height:25em; 
    margin:0 auto;
}

.boton {
    width:500px; 
    height:60px; 
    background-color:red; 
    margin:auto; 
    border-radius:10px;
    font-family: Space Age;
    
}

a {
    text-decoration:none;
}

h2 {
    color:white;
    font-size: 50px;
    text-align: center;
    font-family: initial;
}

.fondo {
    margin-top:190px;
    background-color: black;
    border-right: #000 5px solid; 
    border-left: #000 5px solid;
    padding-right: 30px; 
    border-top: #000 5px solid; 
    padding-left: 15px; 
    padding-bottom: 30px; 
    word-spacing: 1px; 
    width: 34em; 
    padding-top: 7px; 
    border-bottom: #000 5px solid; 
    height: 23.5em; 
    text-align: justify;
}