@import url('https://fonts.googleapis.com/css2?family=Kode+Mono:wght@400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    background-color: black;
    position: relative;
    padding: 0%;
    margin: 0%;
    height: 100vh;
    color: white;
    font-family: "Kode Mono";
}

.main-ctn {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: fit-content;
    padding-left: 3%;
    padding-right: 3%;
    box-sizing: border-box;
}

.bar-ctn {
    vertical-align: middle;
    background-color: gray;
    width: 100%;
    height: 4vh;
}

.bar {
    background-color: #ffa500;
    height: 100%;
}

.btns {
    padding-top: 1%;
    display: flex;
    justify-content: center;
    padding-bottom: 1%;
}

.btn {
    filter: invert(48%) sepia(0%) saturate(3121%) hue-rotate(234deg) brightness(104%) contrast(81%);
    padding: 1%;
}

.title {
    background-color: orange;
    color: black;
    text-align: center;
    font-size: xx-large;
}

.ctn {
    width: 100%;
    height: 100%;
}

.start {
    background-color: #000000ad;
    position: fixed;
    width: 100%;
    height: 100vh;
}

.s-ctn {
    background-color: #ffa500;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    width: 50%;
    color: black;
    display: table-row;
    text-align: center;
    justify-content: center;
}

.s-p {
    font-size: xx-large;
}

.p-btn {
    font-family: "Kode Mono";
    font-size: xx-large;
    margin-bottom: 3%;
}

a {
    color: inherit;
    text-decoration: none;
}

.twitter {
    padding-bottom: 3%;
    font-size: x-large;
}

.s-icon {
    font-size: 6vh;
    color: white;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    text-align: center;
    padding: 1%;
}

.ax {
    display: flex;
    justify-content: space-between;
    padding-bottom: 3%;
}

.le {
    padding-left: 3%;
}

.ri {
    margin-right: 3%;
    font-family: "Kode Mono";
}

.st-ctn {
    position: absolute;
    right: 0%;
    padding: 1%;
}

.slider {
    margin-right: 3%;
    width: 25%;
}