body{
    background-color: black;
    color: pink;
    font-family:monospace;
}

h1{
    font-family: monospace,serif;
    font-size:300%;
}

h2{
    font-family: monospace,serif;
    font-size:200%;
}

p{
    font-size: 150%;
}

img {
    width: 25%;
    height:220px;
    border-radius: 8px;
}
a{
    color:pink;
    font-size:150%;
}