* {
    margin: 0;
    padding: 0;
    color: #fff;
}
body {
    /*background-color: #080909;*/

}

html {
    background: url(https://cdn.discordapp.com/attachments/988410872961589288/1036607739851456645/23er43erf.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.inicio {

    
    background-repeat: no-repeat;
    background-size: cover;

    font-family: Arial, Helvetica, sans-serif;

    height:600px;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0%;
    padding: 0px;





}

.cur {

    
    background-repeat: no-repeat;
    background-size: cover;

   
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0%;
    padding: 0px;





}



.inicio h1 {
    align-content: center;

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 2px;

    color: #fff;
    font-size: 60px;
    text-shadow: 0 0 20px rgb(0, 0, 0);

}

.inicio .about {
    color: #fff;
    
}

.inicio img {
    
    align-content: center;
    height: 200px;
    width: auto;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 20px rgb(0, 0, 0);
}




