p {
    font-family:helveticaneue
}

div {
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 5%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .33);
    padding-left: 10px;
    padding-right: 10px;
}

.diddy-button-text {
    display: inline-block;
}

.diddy-button {
    border: none;
    background-color: white;
    text-align: center;
    height: 25px;
    width: 25px;
    cursor: pointer;
    border-radius: 20px;
    transition: background-color 0.2s, box-shadow 0.2s, margin-top 0.2s, margin-left, 0.2s;
    display: inline-block;
    box-shadow: 2px 2px 5px rgba(0,0,0,.33);
}

.diddy-button:hover {
    background-color: rgb(215, 215, 215);
}

.diddy-button:active {
    background-color: red;
    margin-top: 2px;
    margin-left: 2px;
    box-shadow: none;
}