@import 'https://fonts.googleapis.com/css?family=Exo+2:200,400,700';

* {
    font-family: "Exo 2", Arial, helvetica, sans-serif;
    padding: 0rem;
    margin: 0rem;
    box-sizing: border-box;
    text-align: center;
}

body {
    padding-top: 3rem;
    font-family: "Exo 2", Arial, helvetica, sans-serif;
    background-color: black;
    color:#ddd;
    
}


#contenedor {
    width: 90vw;
    height: 90vh;
    margin: auto;
    padding: 0.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#photo {
    width:50%
}

.botones {
    padding-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

a {
    text-decoration: none;
    color: #ddd;
}

ul
{
    list-style: none;
    font-size: .8rem;
    margin-bottom: 1rem;
}

.datos {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    border-bottom-style: inset;
    border-bottom-width: 2px;
    border-bottom-color: gold;
    border-left-style: inset;
    border-left-width: 2px;
    border-left-color: gold;
    border-right-style: inset;
    border-right-width: 2px;
    border-right-color: gold;
    margin-top: .5rem;
    padding-right: 6rem;
}

.avatar { 
    border-right-color: white;
    border-right-width: 1px;
    border-right-style: inset;
}

#avatar {
    width: 75%
}


.nombre {
    flex-basis: 90%;
    margin-left: 2rem;
}

.candado { 
    border-right-color: white;
    border-right-width: 1px;
    border-right-style: inset;
}

#candado {
    width: 75%
}


.contra {
    flex-basis: 90%;
    margin-left: 2rem;
}

.sobre { 
    border-right-color: white;
    border-right-width: 1px;
    border-right-style: inset;
}

#sobre {
    width: 75%
}


.mail {
    flex-basis: 90%;
    margin-left: 2rem;
}

.celular { 
    border-right-color: white;
    border-right-width: 1px;
    border-right-style: inset;
}

#celular {
    width: 75%
}


.telefono {
    flex-basis: 90%;
    margin-left: 2rem;
}



#registrar {
    margin-top: 2rem;
    display:block;
     border-radius: 1rem;
    background: gray;
    padding: .8rem 4rem;
}

#yaregistrado{
    font-size: .8rem;
}