html {
    font-family: 'Courier New', Courier, monospace
}

img {
    width: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 745px;
    margin-right: 20px;
}

body {
    background-color: cornflowerblue;
}

h1 {
    font-size: 50px;
    color: antiquewhite;
    text-align: center;
}

p {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

a {
    border-left-style: groove;
    border-bottom-style: groove;
    border-color: dodgerblue;
    border-radius: 6px;
    background-color: antiquewhite;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 600px;
    margin-right: 20px;
}