body {
    background-color: #000000;
    color: #ffffff;
    width: 100vw;
    height: 100vh;
    margin: 0;
    overflow: clip;
}

.rajdhani-light {
    font-family: "Rajdhani", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.rajdhani-regular {
    font-family: "Rajdhani", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.rajdhani-medium {
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.rajdhani-semibold {
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.rajdhani-bold {
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.block {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hidden {
    display: none;
}

.default-transition {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.smooth-blink {
    animation: smooth_blink_animation 2s ease-in-out infinite;
}

@keyframes smooth_blink_animation {

    0%,
    100% {
        opacity: 0%;
    }

    50% {
        opacity: 100%;
    }
}


#content {
    width: 80%;
    margin-left: 10%;
    margin-top: 10vh;
}

#content img {
    width: 400px;
    margin: auto;
}

#content h1 {
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.7em;
}

#content p {
    font-family: "Rajdhani", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
}

#content li {
    font-family: "Rajdhani", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
}

#content li a {
    color: #b61742;
}

#content form {
    font-family: "Rajdhani", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.3em;
}

#content form label {
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-style: normal;
}

#content form input {
    font-family: "Rajdhani", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #b61742;
    font-size: 1.7em;
    margin-bottom: 10px;
}
