body{
    background-color:rgb(86, 38, 38);
    color:rgb(255, 255, 255);font-family: "Playwrite DE Grund", cursive;
        font-optical-sizing: auto;
        font-weight: <200>;
        font-style: normal;
     margin: 0;
     padding: 0;
}

header{
    background-color: #ffffff;
    text-align: center;
}

header h1{
   font-size: 40px;
    padding-top: 20px; 
}
    
header h2{
    font-size: 30px;
    padding-bottom: 20px;
}

main{
    padding: 30px;
    background-color: rgb(39, 38, 38);
    text-align: justify;
}

ul li{
    display: inline;
    margin-right: 15px;
    text-align: center;
}

#redessociales{
    text-align: center;
    font-size: 25px;
    background-color: rgb(198, 198, 198);
    margin-top: 5px;
    margin-bottom: 10px;
}

#redessociales a{
    color:#801d1d;
}

#redessociales a:hover{
    color:#ffffff
}

#live-action{
    text-align: center;
    font-size: 25px;
}

#novela{
    text-align: center;
    font-size: 20px;
}

#multimedia{
    text-align: center;
    font-size: 25px;
}

#bio{
    text-align:justify;
    font-size: 20px;
}

header .img1{
    width: 300px;
    height: 500px;
    padding-left: 20px;
}

main .img2{
    width: 500px;
    height: 300px;;
}

section .img3{
    width: 450px;
    height:600px;
}

section .img4{
    width: 450px;
    height:600px;
}

section .img5{
    width: 450px;
    height:600px;
}

section .img6{
    width: 450px;
    height:600px;
}

section a:hover{
    color:#7a1111;
}

footer a{
    color:#ffffff;
}
footer a:hover{
    color:#060606;
}
