body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}


header {
    background-color: #026773;
    color: white;
    text-align: center;
    margin: 0;
}

h1 {
    background-color: #026773;
    align-items: center;
    text-align:center; 
    height: 50px;
    margin: 0%;
    padding: 10px;
    color: #FFFFFF;
}

.boton
{
        width: 100px;
        height: 71px;
        background-color: #026773;
        color: #FFFFFF;
        border-radius: 50px;
        font-weight: 600;
        font-size: 17px;
        margin: 10px;
        border-color: #FFFFFF;
        transition: all 0.3s;
    }

.back {
    height: 50px;
    width: 50px;
}
    
button:hover {
        background-color:#3CA6A6 ;
        color: #FFFFFF;
        animation-duration: 300ms;
        transform: scale(1.2);
        
    }



main {
    padding: 2em;
}

.work-sample {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: white;
    padding: 1em;
    margin: 1em 0;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.work-sample img {
    max-width: 55%;
    height: auto;
    border-radius: 8px;
}

.description {
    margin-top: 1em;
    text-align: center;
    padding: 10px;
}

.description h2 {
    margin-bottom: 0.5em;
    color: #333;
}

.description p {
    color: #666;
    padding-left: 20px;
    padding-right: 20px;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 1em 0;
    position: fixed;
    width: 100%;
    bottom: 0;
}
