body{
    background: #2D0050;
    background: -webkit-linear-gradient(140deg, rgba(45, 0, 80, 1) 0%, rgba(2, 1, 12, 1) 33%, rgba(4, 4, 27, 1) 56%, rgba(0, 0, 81, 1) 100%);
    background: -moz-linear-gradient(140deg, rgba(45, 0, 80, 1) 0%, rgba(2, 1, 12, 1) 33%, rgba(4, 4, 27, 1) 56%, rgba(0, 0, 81, 1) 100%);
    background: linear-gradient(140deg, rgba(45, 0, 80, 1) 0%, rgba(2, 1, 12, 1) 33%, rgba(4, 4, 27, 1) 56%, rgba(0, 0, 81, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2D0050", endColorstr="#000051", GradientType=0);
    height: 100vh;
}
h1{
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #F9F9F9;
    padding: 0;
    margin: 0;
}


#firRow{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 150px;
    transform: translateY(100%); 
}
#secRow{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 0px;
    transform: translateY(40%); 
    position: relative;
}
#h1n{
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 64px;
    color: #F9F9F9;
}
#h1o{
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-text-stroke: 1px #ffffff;
    color: transparent;
    font-size: 64px;
    opacity: 0.5;
    user-select: none;
}