#sea-content{
    padding: 5rem;
    color: #A7E6FF;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}

#sea-content p {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: justify;
}

.container {
    padding: 2rem;
    max-width: max(45%, 20rem); 
}

#sea-content img {
    max-width: max(45%, 400px); 
}

#github-ref {
    display: flex;
    align-items: center;
    justify-content: center;
}

#github-ref img {
    width: 15rem;
}

#sea {
   align-items: flex-start; 
}