header{
    background-image: linear-gradient(blue 10%,darkblue 30px);
    height: 35px;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    font-size: 30px;
    color:azure;
    border-radius: 20px;
}
body{
    background-image: linear-gradient(yellow 30%, orange 60%);
}
.info{
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    font-weight: bolder;
    height: 100px;
}
.image{
    border: solid;
    border-radius: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
