.floating-box {
    display: inline-block;
    width: 160px;
    height: 160px;
    margin: 8px;
    border: 7px solid #737373;
    overflow:auto;
    text-align:center;
    background-color:#A6A6A6;
    opacity: 0.9;
    border-radius: 160px;
   }

a {text-decoration:none;}

p, h2 {text-align:center; color:#0000DB}

body {
    background-color:#00003f;
    background-repeat: no-repeat;
    font-family: ubuntu;
     }

