#rcorners1 {
    border-radius:100px;
}

.subheading {
    font-family: serif;
    font-style: italic;
}

img.cuteimg {
    width: 350px;
    height: 350px;
}

body {
    background-color: #333333;
    color: #ffffff;
    font-family: sans-serif;
}

.center {
    margin: auto;
    width: 50%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
