
body{
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    background-image: url(wall.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 50px;
    min-height: calc(100vh - 70px - 70px);
}
header{
    width: 100%;
    height: 70px;
    display: flex;
    top: 0;
    background-color:cornflowerblue;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
    position: fixed;
}
.logo{
    display: flex;
}
.logo-img {
    height: 50px;
    margin-right: 10px;
}
.logo-nombre{
    margin-top: 10px;
}
.title{
    text-align: center;
    padding-top: 30px;
}
a{
    text-decoration: none;
    color: black;
}
ul {
    list-style-type: none;
}
nav a{
    font-weight: bold;
    font-size: 20px;
    padding-right: 10px;
}
nav a:hover{
    color:white;
}
.container{
    margin: auto;
    width: 1500px;
    padding-bottom: 20px;
    background-color: rgba(50, 50, 50, .8);
    color: rgb(220, 220, 220);
}
.cara{
    margin: auto;
    height: 500px;
    width: 500px;
}
.datos{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.text{
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
}
.resumen{
    text-align: start;
    margin: auto;
    width: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.personalidad{
    margin: auto;
    width: 1000px;
}
.personalidad h2{
    padding-bottom: 20px;
}
.personalidad p{
    text-align: start;
}
.bio, .niñez, .shiganshina, .trost{
    margin: auto;
    width: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
}
h1{
    text-align: center;
}
h2, h3{
    text-align: center;
    padding-bottom: 20px;
}
p{
    font-size: 20px;
    text-align: start;
    padding-top: 10px;
    padding-bottom: 10px;
}
.stats h1{
    margin: 50px;
}
.stats h2{
    margin: 25px;
}
.stats p{
    margin-left: 250px;
    width: 1000px;
    text-align: center;
    justify-content: center;
}
.tabla{
    margin-top: 50px;
    margin-bottom: 50px;
}
.curiosidades, .citas{
    font-size: 20px;
    margin: auto;
    width: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.imagen, .imagenes{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: auto;
}
.sidebar {
    background-color: #f1f1f1;
    width: 200px;
    height: 100%;
    position: sticky;
    bottom: 300PX;
    overflow-x: hidden;
    padding-top: 20px;
    float: right;
}
.sidebar a {
    display: block;
    color: #000;
    padding: 16px;
    text-decoration: none;
}
.sidebar a:hover {
    background-color: #ddd;
}
.section {
    margin: 0;
    padding: 0;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider {
    width: 800px;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
}

.slide {
    width: 500%;
    height: 500px;
    display: flex;
}

.slide input {
    display: none;
}

.st {
    width: 20%;
    transition: 2s;
}

.st img {
    width: 800px;
    height: 500px;
}

.nav-m {
    position: absolute;
    width: 800px;
    margin-top: -40px;
    display: flex;
    justify-content: center;
}

.m-btn {
    border: 2px solid wheat;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.m-btn:not(:last-child) {
    margin-right: 40px;
}

.m-btn:hover {
    background-color: wheat;
}

#radio1:checked~.first {
    margin-left: 0;
}

#radio2:checked~.first {
    margin-left: -20%;
}

#radio3:checked~.first {
    margin-left: -40%;
}

#radio4:checked~.first {
    margin-left: -60%;
}

.nav-auto {
    position: absolute;
    width: 800px;
    margin-top: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-auto div {
    border: 2px solid wheat;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
    margin: 20px;
}

#radio1:checked~ .nav-auto .a-b1 {
    background-color: wheat;
}

#radio2:checked~ .nav-auto .a-b2 {
    background-color: wheat;
}

#radio3:checked~ .nav-auto .a-b3 {
    background-color: wheat;
}

#radio4:checked~ .nav-auto .a-b4 {
    background-color: wheat;
}

iframe {
    width: 800px;
    height: 500px;
    margin-left: 350px;
    margin-bottom: 100px;
}

footer {
    width: 1500px;
    height: 70px;
    display: flex;
    bottom: 0;
    background-color: rgba(30, 30, 30, .8);
    color: rgb(220, 220, 220);
    justify-content: space-between;
    align-items: center;
}

.copy{
    margin: 100px;
}
.copy a {
    color: rgb(220, 220, 220);
}

.image-container {
    display: flex;
    width: 300px;
    height: 70px;
    align-items: center;
}

.image1 {
    width: 50px;
    height: 50px;
    margin: 10px;
}

.image2 {
    width: 50px;
    height: 50px;
    margin: 10px;
}

.image3 {
    height: 50px;
    width: 50px;
    margin: 10px;
}

