body {
    color: #e6e6e6;
    text-align: center;
    font-family: "IBM Plex Sans", "Roboto", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
}

.video {
    bottom: 0px;
    height: 100vh;
    left: 0;
    object-fit: cover;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.root {
    display: flex;
    position: absolute;
    width: 100%;
    left: 0;
    height: 99vh;
    align-items: center;
    justify-content: center;
}

.root2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px;
}

.main-name {
    font-size: 50px;
    margin: 0px;
}

.main-domain {
    display: flex;
    align-items: center;
    margin: 0px;
    color: gray;
    font-weight: 400;
    font-size: 27px;
}

.main-highlight {
    margin: 0px;
    color: white;
}

.description {
    font-size: 25px;
    margin-top: 35px;
    margin-bottom: 20px;
}

.info-holder {
    margin: 2px;
    font-size: 25px;
    display: flex;
    align-items: center;
}

.svg {
    fill: #e6e6e6;
    height: 33px;
    margin-right: 13px;
}
.svg.not-fill {
    fill: #00000000;
}