body {
    background-color: #e162ef;
    font-family: Cambria, Cochin, Georgia;
    color: white
}

#bellow-content,
#blinkies,
#top {
    width: 70%;
    margin: auto;
    padding: 1px;
    background-color: #9722c2;
    border-radius: 30px;
    text-align: center;
}

#content {
    position: relative;
    width: 70%;
    height: 600px;
    border-radius: 30px;
    align-content: center;
    background-color: #9722c2;
    overflow: hidden;
    overflow-y: visible;
    padding: 10px;
    margin: auto;
}