body{
    background: #b3b3b3;
    text-align: center;
}
h1{
    padding: 120px;
    font-size: 120px;
    font-family: serif;
    background: #333333;
    display: inline-block;
    border-radius: 100px;
}
h1:hover{
    color: #006aed;
}
a{
    font-size: 70px;
    background: #333333;
    border-radius: 100px;
    font-family: serif;
    padding: 30px;
    text-decoration: none;
    color: black;
    display: inline-block;
    width: 20%;
}
a:hover{
    color: #006aed;
}
.rad2 {
    padding-top: 40px;
}
.rad3 {
    padding-top: 40px;
}
.logga{
    width: 20%;
    position: absolute;
    left: 20px;
    top: 50px;
}
.box1{
    width: 20px;
    height: 20px;
    background: #006aed;
    animation: test linear 10s infinite;
    position: fixed;
}
.box2{
    width: 20px;
    height: 20px;
    background: #006aed;
    animation: test linear 5s infinite;
    position: fixed;
    right: 460px;
}
.box3{
    width: 20px;
    height: 20px;
    background: #006aed;
    animation: test linear 15s infinite;
    position: fixed;
    left: 380px;
}
.box4{
    width: 20px;
    height: 20px;
    background: #006aed;
    animation: test linear 8s infinite;
    position: fixed;
    right: 40px;
}
.box5{
    width: 20px;
    height: 20px;
    background: #006aed;
    animation: test linear 10.5s infinite;
    position: fixed;
    left: 60px;
}
.box6{
    width: 20px;
    height: 20px;
    background: #006aed;
    animation: test linear 6s infinite;
    position: fixed;
    left: 780px;
}
.box7{
    width: 20px;
    height: 20px;
    background: #006aed;
    animation: test linear 8s infinite;
    position: fixed;
    left: 140px;
}.box8{
    width: 20px;
    height: 20px;
    background: #006aed;
    animation: test linear 13s infinite;
    position: fixed;
    left: 680px;
}.box9{
    width: 20px;
    height: 20px;
    background: #006aed;
    animation: test linear 11s infinite;
    position: fixed;
    left: 880px;
}.box10{
    width: 20px;
    height: 20px;
    background: #006aed;
    animation: test linear 8s infinite;
    position: fixed;
    left: 980px;
}.box11{
    width: 20px;
    height: 20px;
    background: #006aed;
    animation: test linear 11.7s infinite;
    position: fixed;
    right: 750px;
}
@keyframes test{
    0% {
        top: 0px;
    }
    50% {
        top: 540px;
    }
    75% {
        top: 810px;
    }
    100% {
        top: 1080px;
    }
}