body {
    background: #060e1b;
    overflow: hidden;
}

canvas {
    position: absolute;
}

.outer {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.circle {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -150px;
    width: 300px;
    height: 300px;
    background-color: White;
    border-radius: 100%;
    box-shadow: 0 0 185px 100px white;
    z-index: 500;
}

.carleton {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: -265px;
    z-index: 999;
}

.carleton img {
    height: auto;
    width: 45%;
}
