.logo{
    width: 200px;
}

.entry{
    height: 920px;
    background-color: #182939;
    position: relative;
    width: 100%;
}

.center{
    box-shadow: 1px 5px 15px #E5F4FB; 
    text-align: center;
    transition: 1s;
    border-radius: 200px;
    padding: 40px;
    width: max-content;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.center:hover{
    /* box-shadow: 0px 0px 50px #00acfc; */
    scale: 0.95;
    i{
        color: #00aeff;
    }
    box-shadow: 1px 5px 50px #E5F4FB;
}

.power-logo{
    font-size: 100px;
}
.open-site{
    scale: 0.1;
    box-shadow: 1px 5px 225px #E5F4FB;
}
