.logo {
    width: 200px;
    height: 200px;
}

.center {
    text-align: center;
}

.glowy {
    filter:drop-shadow(0 0 30px rgba(11, 11, 11, 0.8));
}