.successmsgbox {
    width:100%;
    text-align: center;
}

.successmsgbox h3 {
    font-family: Century Gothic;
    font-size:20px;
    font-weight:bold;
    text-align: center;
    padding:0px;
    margin:0px;
}

.successmsgbox p {
    font-family: Century Gothic;
    font-size:15px;
    font-weight:lighter;
    text-align: center;
    padding: 10px;
}

.successmsgbox button {
    border: none;
    width:300px;
    height:30px;
    background-color: #eada18;
}

.successmsgbox button:hover {
    cursor:pointer;
    transition-delay: 15s;
    transition: 0.4s;
    background-color:grey;
    color:white;
}


.successmsgbox img {
    width:250px;
    padding: 10px;
}