.container {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
body {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
      color: #444;
}
.background {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
}

.background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.azukinekop {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 2.5rem;
}

.description {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    padding-top: 20px;
}
.content {
    height: 40vh;
    margin: auto;
    padding-top: 30vh;
   
}
.content p {
    margin-bottom: 30px;
}
.links {
    display: flex;
    justify-content:space-between;
    /* gap: 20px; */
    margin-top: 50px;
    width: 20vw;
    min-width: 300px;
    margin: auto;
}
.link1, .link2 {
    /* position: fixed; */
    /* bottom: 10px; */
    /* left: 20px; */
    /* display: flex; */
    /* grid-template-columns: 1fr 1fr; */
    /* gap: 20px; */
    /* margin: auto; */
    width: 50%;
    display: flex;
    flex-direction: column;   
    justify-content: center; 
    align-items: center;     
    text-align: center;
}

.link1 a, .link2 a {
    /* margin: 20px 10px; */
    width: 100%;
    margin: auto;
}

.yt {
    width: 70px;
}

.mail {
    width: 50px;
}

.stone {
    width: 60px;
}
.tw {
    width: 50px;
}

.sc {
    width: 65px;
}