
.wrapper {
    margin: 0 auto;
    padding: 0 2em;

}




/* Plug */
#plug {
   position: relative;
    overflow: hidden;
}

#plug .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0 2rem;
    flex-direction: column;
}

#plug .coming-soon {
    font-size: 1.25rem;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #2200ff;
    font-weight: 600;
    padding-top: 2rem;
}

#plug .logo img {
    margin: -4rem 2rem 0;
    max-width: 100%;
}

#plug .contact {
    position: absolute;
    bottom: 3rem;
    width: 100%;
    text-align: center;
}

#plug a {
    color: #000;
}
#plug a:hover {border-color:#2200ff; color: #2200ff; }


@media screen and (max-width: 450px) {
    #plug .logo {
        height: 85vh;
    }


}


#plug.dark {
    background: linear-gradient(-45deg, #20f, #A100FF);
    color: #fff;
}
#plug.dark .name, #plug.dark .subtitle{
    fill: #fff;
}
#plug.dark .heart{
    stroke: #fff;
}

#plug.dark .soon {
  color: #fff2;
    position: absolute;
    transform: rotate(-45deg);

}
#plug.dark .soon__title {
/*  font-family: "Roboto Flex", system-ui, sans-serif;  or Inter Tight, etc. */
  white-space: nowrap;
  font-size: clamp(2rem, 12vmin, 18rem);
  font-stretch: 90%;                    /* 75%–125% works on supporting fonts */
  /* or fine-grain control: */
  font-variation-settings: "wdth" 90;   /* axis range depends on the font */
    text-transform: uppercase; letter-spacing: 8px;
    margin: 0; line-height: 1;
}

#plug.dark a{
    color: #fff; border-bottom: 2px solid #fff9;
}
#plug.dark a:hover{
    border-color:#FF00F2; color: #FF00F2; 
}