body{
    background-color: black;
    border: 2px blue double;
    color: white;
    padding: 10px 10px 60px 10px;
}
a{
    border-radius: 50%;
    background-color: yellow;
    height: 100px;
    width: 100px;
    position: fixed;
    text-align: center;
    margin-top: 70px;
    color: black;
}
h3{
    top: 5000px;
}
.small-orb-1{
    border-radius: 50%;
    background-color: yellow;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 20vw;
}
.small-orb-2{
    border-radius: 50%;
    background-color: yellow;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 40vw;
}
.small-orb-3{
    border-radius: 50%;
    background-color: yellow;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 60vw;
}
.small-orb-4{
    border-radius: 50%;
    background-color: yellow;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 80vw;
}
.line{
    margin-top: 100px;
    position: absolute;
}
.pacman-blue-stripe1{
    background-color: blue;
    height: 5px;
    position: relative;
    margin-top: 10px;
    width: 100%;
}
.pacman-blue-stripe2{
    background-color: blue;
    height: 5px;
    position: relative;
    margin-top: 5px;
    width: 100%;
    margin-top: 20px;
}
.pacman-blue-stripe3{
    background-color: blue;
    height: 5px;
    position: relative;
    top: 40%;
    width: 100%;
    margin-top: 150px;
}
.pacman-blue-stripe4{
    background-color: blue;
    height: 5px;
    position: relative;
    top: 43%;
    width: 100%;
    margin-top: 20px;
}
