body {
    font-family: "Orbitron", sans-serif;
    background-color: #00c5f9;
}
.container {
    /*min-height: 875px;*/
    width: 1100px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.container > div {
    text-align: center;
    color: #ffffff;
}
.logo {
    margin-bottom: 50px;
}
.logo img {
    width: 270px;
    height:166px;
}
.social-network-icons {
    margin-bottom: 100px;
}
.social-network-icons ul {
    list-style: none;
    padding: 0;
}
.social-network-icons ul li {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.social-network-icons ul li:nth-child(1) {
    background-image: url('https://www.groupsplanner.com/wp-content/uploads/2023/10/social-icons_v4.png');
    background-position: -45px 612px
}
.social-network-icons ul li:nth-child(2) {
    background-image: url('https://www.groupsplanner.com/wp-content/uploads/2023/10/social-icons_v4.png');
    background-position: -236px 612px;
}
.social-network-icons ul li:nth-child(3) {
    background-image: url('https://www.groupsplanner.com/wp-content/uploads/2023/10/social-icons_v4.png');
    background-position: -363px 612px;
}
.social-network-icons ul li:nth-child(4) {
    background-image: url('https://www.groupsplanner.com/wp-content/uploads/2023/10/social-icons_v4.png');
    background-position: -109px 612px;
}
.social-network-icons ul li:nth-child(5) {
    background-image: url('https://www.groupsplanner.com/wp-content/uploads/2023/10/social-icons_v4.png');
    background-position: -426px 612px;
}
.social-network-icons ul li:nth-child(6) {
    background-image: url('https://www.groupsplanner.com/wp-content/uploads/2023/10/social-icons_v4.png');
    background-position: -173px 612px;
}
.social-network-icons ul li a {
    width: 100%;
    height: 100%;
    display: block;
}
.site-title {
    display: none;
}
.second-text {
    text-align: center;
    margin-bottom: 70px;
    font-size: 20px;
}
.coming-soon {
    text-align: center;
    font-size: 20px;
}

@media only screen and (max-width: 600px) {
    img.groupsplanner-logo {
        width: 200px;
        height: 123px;
    }
    .container {
        /*min-height: 875px;*/
        width: 90%;
    }
}