img { 
    width: 500px;
}

body { 
    background-color: #54c4c1;
}

section {
    display: block;
    unicode-bidi: isolate;
}


#logo {
    display: block;
    border-radius: .5rem;
    width: 15rem;
    padding: .25rem .5rem;
    background-color:  hsl(315, 22%, 96%);
    border: solid 3px hsl(0 0% 95%);
}

footer { 
    background-color: teal;
}

h2 { 
    color: rgba(255, 255, 255, 0.955);
    background-color: teal;
}