:root{
    --drone: none;
}

body{
    background-color:#D4DDBC;
    color:#444444;
    font-size:16px;
    text-align:left;
}
h1{
    background-color:#444444;
    color:#9CA897;
    text-align:left;
}
figure{
    display: block;
    border: 3px solid #902A11;
    border-radius: 16px;
    float:left;
    margin-left: 9%;
    margin-right: 9%;
    width: 30%;
    height: auto;
    background-color:#9CA897;
}

.drone{
    display: block;
    width: 10%;
    height: auto;
    float: left;
}

figcaption{
    text-align: center;
}

img{
    max-width:100%;
    height:auto;
    border-radius: 16px;
}

a{
    color:#902A11;
}

footer{
    text-align:center;
    background-color: #788972;
}

p:first-letter{
   font-size:150%;
}
