#pop-logo {
    width:35%;
    height: auto;
    margin: auto;
    display: block;
}

.follow {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 100;
}

.follow-container {
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 35%;
    z-index: 3;
    padding: 15px;
    padding-top: 60px;
    border: 30px;
    outline: 6px solid rgb(var(--superdarkgrey));
    border-radius: 20px;
}
.close-popup {
    top: 10!important;
    right: 20!important;
    color:red!important;
    position: absolute;
    cursor: pointer;
}

@media only screen and (max-width: 1025px) {
    .follow-container {
        width: 95%;
    }
}