body {
  overflow-x: hidden;
}
.homepage-info {
    position: absolute;
    top: 115%;
    width: 100%;
    left: 0;
    text-align: center;
}

.why-heading {
    text-align: center;
}

.info-blocks {
    background-color: rgb(29, 31, 29);
    min-height: 1000px;
    position: relative;
    top: 5%;
    padding-bottom: 300px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.info-block {
    text-align: center;
    background-color: rgb(204, 204, 204);
    color: white;
    width: 25%;
    height: 200px;
   padding: 30px;
   border-radius: 10px;  
}

#affordable {
    position:absolute;
    top: 10%;
    right: 70%;
    margin-left: 8%;
}

#real-code {
    position:absolute;
    top: 10%;
    left: 70%;
}

#in-person {
    position: absolute; 
  left: 0; 
  right: 0; 
  top: 40%;
  margin-left: auto; 
  margin-right: auto; 
}

.code-lines {
    min-width: 15%;
    max-width: 22%;
}

#code-line-1 {
    color: white;
    position: absolute;
    bottom: 92%;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
}

#code-line-2 {
    color: white;
    position: absolute;
    bottom: 90%; 
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;   
    margin-top: 5%;
}



.meet-ethan {
    position: relative;
    top: 0;
}

@media screen and (max-width: 800px) {

    #code-line-1 {
        color: white;
        position: absolute;
        bottom: 92%;
        left: 0; 
        right: 0; 
        margin-left: auto; 
        margin-right: auto; 
    }
    
    #code-line-2 {
        color: white;
        position: absolute;
        bottom: 87%; 
        left: 0; 
        right: 0; 
        margin-left: auto; 
        margin-right: auto;   
        margin-top: 5%;
    }

    .info-block {
        text-align: center;
        background-color: rgb(204, 204, 204);
        color: white;
        width: 100%;
        height: 200px;
       padding: 30px;
    }

    .info-blocks {
        background-color: rgb(29, 31, 29);
        padding-bottom: 300px;
        max-width: 100%;
        text-align: center;
    }

    #affordable {
        position:absolute;
        top: 25%;        
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }
    
    #real-code {
        position: absolute;
        top: 50%; 
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }
    
    #in-person {
        position: absolute; 
        top: 75%;      
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }
    
}

@media  screen and (max-width: 335px) {
    #code-line-1 {
        color: white;
        position: absolute;
        bottom: 92%;
        left: 0; 
        right: 0; 
        margin-left: auto; 
        margin-right: auto; 
    }
    
    #code-line-2 {
        color: white;
        position: absolute;
        bottom: 80%; 
        left: 0; 
        right: 0; 
        margin-left: auto; 
        margin-right: auto;   
        margin-top: 5%;
    }
}
