* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

html, body {
    background-color: #1A1A1D;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    user-select: none;
}

h1 {
    color: white;
    margin-bottom: 20px;
    font-family: JetBrainsMono-Bold;
}

p, img {
    pointer-events: none;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px;
    flex-wrap: wrap;
}

.link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 150px;
    margin: 10px;
    transition: .5s;
    cursor: pointer;
}

.small_link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 107.5px;
    margin: 10px;
    transition: .5s;
    cursor: pointer;
    font-family: JetBrainsMono-Bold;
    text-decoration: none;
}

#ovk {
    background-color: #707070;
    color: white;
}

#email {
    background-color: #F6F5AA;
    color: black;
}

#steam {
    background-color: #1175A7;
    color: white;
}

#telegram {
    background-color: #27A7E7;
    color: white;
}

#blog {
    background-color: #5e305b;
    color: white;
    font-family: JetBrainsMono-Bold;
    background-image: url("../assets/purpl015.jpg");
    background-size: cover;
    display: none;
}

#rus {
    background-color: #5e305b;
    color: white;
    font-family: JetBrainsMono-Bold;
    background-image: url("../assets/1030.png");
    background-size: cover;
}

#nx {
    background-color: white;
    color: black;
    font-family: JetBrainsMono-Bold;
}

#oguzki {
    display: none;
}

#rubanka {
    color: white;
    background-color: black;
    font-family: JetBrainsMono-Bold;
    display: none;
}

#php {
    background-color: #5e305b;
    color: white;
    font-family: JetBrainsMono-Bold;
    font-size: 24px;
    display: none;
}

#nikitasim {
    background-color: white;
    color: black;
    font-family: HemiHead;
    font-size: 20px;
}

#fontbase {
    background-color: white;
    color: black;
    font-family: Righteous;
    font-size: 22px;
    display: none;
}

#shunterdev {
    background-color: #3e3e45;
    color: pink;
    font-family: PixelifySans-Regular;
    font-size: 24px;
}

.links {
    width: 300px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.links p {
    font-family: DotGothic16;
    color: white;
}

.links a {
    color: pink;
    font-family: JetBrainsMono-Bold;
    text-decoration: none;
    transition: .5s;
    font-size: 20px;
}

@media (min-width: 601px) {
    .link:hover, .small_link:hover {
        transform: scale(1.1);
    }

    .links a:hover {
        color: white;
        transform: scale(1.1);
    }
}

@media (max-width: 600px) {
    main {
        width: 100%;
        padding: 10px;
    }
}
