*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{background: radial-gradient(rgba(240, 129, 129, 0.519), rgba(246, 246, 246, 0.905));
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
    line-height: 1.28;
}
header{
    text-align: center;
    padding: 20px;
    border: rgba(rgb(12, 12, 12), rgb(0, 0, 0), rgb(0, 0, 0), 0.85), solid 1px;
    border-radius: 10%;
    margin-bottom: 20px;
}

a{
    text-decoration: none;
    color: #000000;
}
a:hover{
    color:  #075fe2f3;
    font-weight: 500;
    text-decoration: underline;
    
}
sub{
        font-size: 20px;
        font-weight: 400;
        font-style: italic;
    }
h2{
    font-size: 30px;
    text-align: justify;
    text-indent: 50px;
    font-style: italic;
}
p{
    text-indent: 100px;
}
.gallery{
    display: inline-block;
    flex-direction: row;
    font-family: 'Courier New', Courier, monospace;
    justify-content: space-evenly;
    align-items: center;
}

.footer {
        display: block;
        width: 100%;
        columns: 1fr 1fr;
        text-align: center;
        padding: 0px;
        font-family: 'Courier New', Courier, monospace;
        font-size: 12px;
        color: #000000;
        background-color: #ffffffbe;
    }