body { 
    margin: 0;
    background-color: rgb(190, 237, 245);
    padding: 50px;


    display: flex;
    flex-direction: column;
    align-items: center   
}

.box1, .box2, .box3{
    background-color: rgb(6, 46, 46);
    color: rgb(255, 255, 255);

    width: 100%;
    max-width: 600px;
    margin-bottom: 25px;
    padding: 25px;
    border-radius: 8px;

}


#intro{
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-align: center;
}


#about{
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-align: center;
}

#links{
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.box3 a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}