
.frame {
    background-color: aqua;
    border: none;
    width: 100%;
    height: 300px;
}


.container {
    display: flex; 
    background-color: rgb(128, 128, 128);
    
    font-family: Arial, Helvetica, sans-serif;
     height: 100px;
     justify-content: space-around;
     align-items: center;
}

body {
    margin: 0;
    padding: 0;

    background-color: rgb(45, 50, 59);
    /* background-size: cover; */
    text-align: center;
}

.picture {
    display: flex;
    width: 260px;
     padding: 80px;    
}

.description{
    display: inline-block;
    text-align: left;
    color: white;
    max-width: 100%;
    margin-left: 100px;
}

footer {
         display: flex;  
         width: 100%; 
         height: 100px; 
  
        bottom: 0; 
        position: relative; 
 
        background-color: rgb(128, 128, 128);
        
        font-family: Arial, Helvetica, sans-serif;
        align-items: center;
        justify-content: center;
}
