a:link {
    color:yellow;
    background-color:transparent;
    text-decoration: underline;
    font-size: 200%;
}
a:visited {
    color: white;
    background-color: transparent;
    text-decoration: underline;
    font-size: 200%;
}.rectangle {
    height:400%;
    width:device-width;
    background-color: blue;
}
.title {
    color: yellow;
    text-align:center;
    font-family: fantasy;
    font-size: 300%;
}
.header {
    color: yellow;
    text-align:center;
    font-family: 'Courier New', Courier, monospace;
}
.imgCenter {
    display:block;
    margin-left: auto;
    margin-right: auto;
}
.description {
    color:yellow;
    font-family: 'Courier New', Courier, monospace
}