body {
    background-color: #FFE3D1;

    background-image:
        linear-gradient(#F2CBB1 1px, transparent 1px),
        linear-gradient(90deg, #F2CBB1 1px, transparent 1px);

    background-size: 25px 25px;
}

.main-content {
    padding-left: 25px;
}

.spotify {
   position: absolute;
    left: 508px;
    
}

.spotify iframe {
   position: absolute;
    width: 300px;
    height: 152px;
    border: 2px solid #F76E25;
    border-radius: 15px;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
}


.box-1 { /* things about me */
    position: absolute;
    width: 400px;
    margin-top: 0;
    background: #FFEDF3;
    border-radius: 12px;
    border: 2px solid #F76E25;
    padding: 15px;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
     display: flex;
    flex-direction: column;   
    align-items: center;      
    text-align: center;   
}

.box-1 h3 {
    margin: 6px 0 6px 0;
}

.box-1 ul {
    text-align: left;
    margin: 0;
    padding-left: 20px; 
}

.box-2 { /* things i like */
   position: absolute;
    margin-left: 820px;
    margin-top: 120px;
    width: 550px;
    background: #DEF5FF;
    border-radius: 12px;
    border: 2px solid #F76E25;
    padding: 15px;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
     display: flex;
    flex-direction: column;   
    align-items: center;      
    text-align: center;   
}

.box-2 h3 {
    margin: 6px 0 6px 0;
}

.box-2 ul {
    text-align: left;
    margin: 0;
    padding-left: 20px; 
}

.box-3 { /* fandoms */
   position: absolute;
   width: 270px;
    margin-left: 475px;
    margin-top: 190px;
    background: #FFFCE8;
    border-radius: 12px;
    border: 2px solid #F76E25;
    padding: 15px;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
     display: flex;
    flex-direction: column;   
    align-items: center;      
    text-align: center;   
}

.box-3 h3 {
    margin: 6px 0 6px 0;
}

.box-3 ul {
    text-align: left;
    margin: 0;
    padding-left: 20px; 
}

.box-4 { /* artists */
    position: absolute;
    width: 280px;
    margin-left: 1090px;
    margin-top: 350px;
    background: #E8FFE9;
    border-radius: 12px;
    border: 2px solid #F76E25;
    padding: 15px;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;   
    align-items: center;      
    text-align: center;   
    
}

.box-4 h3 {
    margin: 6px 0 6px 0;
}

.box-4 ul {
    text-align: left;
    margin: 0;
    padding-left: 20px; 
}


    .box-5 img { /* beeb */
    position: absolute;
    width: 225px;
    margin-left: 820px;
    margin-top: 350px;
    border-radius: 12px;
    border: 2px solid #F76E25;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
  
}

 .box-6 img { /* mushrooms */
    position: absolute;
    width: 180px;
    margin-left: 250px;
    margin-top: 230px;
    border-radius: 12px;
    border: 2px solid #F76E25;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
 
}
 
 .box-7 { /* thanks */
   position: absolute;
    width: 180px;
    margin-top: 230px;
    background: #F3E8FF;
    border-radius: 12px;
    border: 2px solid #F76E25;
    padding: 15px;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;   
    align-items: center;      
    text-align: center;   
 }
 
 .box-7 h3 {
    margin: 6px 0 6px 0;
}

.box-7 p {
    margin: 0;
}

.box-8 { /* here is me */
    position: absolute;
    width: 420px;
    margin-left: 845px;
    background: white;
    border-radius: 12px;
    border: 2px solid #F76E25;
    padding: 15px;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;   
    align-items: center;      
    text-align: center;   
    
}

.box-8 p {
    margin: 0;
}

 .box-9 img { /* flower */
    position: absolute;
    width: 90px;
    margin-left: 1335px;
    border-radius: 12px;
    border: 2px solid #F76E25;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
    
 }
    
    .box-10 { /* other things */
    position: absolute;
    width: 270px;
    margin-left: 500px;
    margin-top: 475px;
    background: white;
    border-radius: 12px;
    border: 2px solid #F76E25;
    padding: 15px;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;   
    align-items: center;      
    text-align: center;   
    
}

.box-10 p {
    margin: 0;
}
    
 .box-11 img { /* fish */
    position: absolute;
    width: 205px;
    margin-top: 500px;
    margin-left: 30px;
    border-radius: 12px;
    border: 2px solid #F76E25;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
   
    
 }
    

    
    
 
