html {
    height: 100%;
    width: 100%;
}

body {
    color: rgb(80, 76, 77);
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    text-align: center;
}

html,
body {
    margin: 0;
    padding: 0;
}

h1 {
    background-color: rgb(115, 191, 198);
    color: rgb(248, 245, 246);
    font-family: 'Open Sans', sans-serif;
    font-size: 80px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

p {
    background-color: rgb(245, 250, 242);
    color: rgb(80, 76, 77);
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

img {
    width: 100%;
}

#ball {
    background: rgb(97, 148, 72);
    border-radius: 50%;
    bottom: 0;
    height: 150px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    z-index: 5;
    overflow: hidden;
}