body{
    background-color: rgb(73, 73, 73);
}
p{
    font-family: 'Comic Sans MS';
    color: rgb(255, 255, 255);
}
h1{
    font-family: 'Comic Sans MS';
    color: rgb(255, 255, 255);
}
h2{
    font-family: 'Comic Sans MS';
    color: rgb(255, 255, 255);
}

header{
    background-color: rgb(41, 41, 41);
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

a{
    font-family: 'Comic Sans MS';
    color: rgb(197, 22, 22);
}

.main{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.caja{
    display: flex;
    justify-content: center;
}

.caja2{
    display: flex;
    justify-content: center;
}

.caja3{
    display: flex;
    justify-content: center;
}

.caja4{
    display: flex;
    justify-content: left;
}