body {
background-image:url(../images/stripe2.png), url(../images/stripe.png) ;
background-repeat: repeat-x, repeat;
}


.round-button {
    
    width: 10%;
    height: 0;
    padding-bottom: 10%;
    border-radius: 50%;
    border: 2px solid #f5f5f5;
    overflow: hidden;
    background: #464646;
    box-shadow: 0 0 3px gray;
}
.round-button:hover {
    background: #262626;
}
.round-button img {
    display: block;
    width: 76%;
    padding: 12%;
    height: auto;
}

.topText {
   position:absolute;
   float: center;    
    top:0px;
    right:16%;
    width:68%;
    height:45px;
    background-color:rgba(255, 255, 255, 0);
    display:block;
    cursor:pointer;
    color:#ffffff;
    font-family:arial;
    font-weight:bold;
    text-decoration:none;
    text-shadow:0px 1px 0px #9b14b3;
}

.actualText{
    display:inline-block;
    position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  transform: translate(-50%, -50%);
}
