body {
    background-image: url("imgs/tapetajajo.jpg");
}


#mainBox {
    height: 800px;
    width: 600px;
    background: #E4D41F;
    border: 10px #EDA42F solid;
    border-radius: 30px;
    margin: 0 auto;
}

h1 {
    display: flex;
    justify-content: center;
    color: black;
    font-family: luckiest guy, sans-serif;
    font-size: 300%;
}

h2 {
    display: flex;
    justify-content: center;
    color: black;
    font-family: luckiest guy, sans-serif;
    font-size: 300%;
}

h3 {
    display: flex;
    justify-content: center;
    color: black;
    font-family: luckiest guy, sans-serif;
    font-size: 150%;
    padding-top: 125px;

}

a{
    text-decoration: none;
}
.hyperspan { 
     display: flex;
    justify-content: center;
    color: black;
    font-family: luckiest guy, sans-serif;
    font-size: 150%;
    padding-top: 150px;  
}

#Eggconteiner{
    display: flex;
    height: 600px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-end;
    align-content: center;
    
    
}


.egg {
    height: 180px;
    width: 180px;
    background: #F4E6BE;
    border: 5px #C96426 solid;
    border-radius: 30px;
    margin: 35px;
}

#soft {
    background-image: url("imgs/soft1.png");
}

#hsoft {
    background-image: url("imgs/hsoft1.png");
}

#bhard {
    background-image: url("imgs/bhard1.png");
}

#hard {
    background-image: url("imgs/hard1.png");

}