p {
    color: white;
}

h1 {
    color: yellow;
    border: dotted yellow 2px;
}

h2 {
    color: white;
}

h4 {
    color: white;
}

h5 {
    color: white;
}

html {
    border: navy;
}

body {
    background: navy;
    border: solid yellow 2px;
}

img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    border-color: yellow;
    border-top-width: 2px;
    border-top-style: groove;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
