html, body{
    margin: 0;
    padding: 0;
    background: #101010;
    width: 100%;
    height: 100%;
}    

.home-wrapper{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home-content{
    display: flex;
    flex-direction: column;
}

h2{
    font-family: Bebas, Arial, Helvetica, sans-serif;
    font-size: 70px;
    color: white;
    width: 265px;
    margin: 0;
}

h2 span{
    color: #F6D401;
}

p{
    font-family: Gilroy, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 150%;
    color: white;
    font-weight: 400;
    
    width: 265px;
    margin: 0;
}

button{
    font-family: Gilroy, Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 500;
    background: #F6D401;
    border: none;
    outline: none;
    color: black;
    border-radius: 8px;
    padding: 8px 20px;
    box-sizing: border-box;
    margin: 96px 0 24px 0;
}

.disc{
    font-family: Gilroy, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
}
 
 /*Bebas*/
@font-face {
    font-family: 'Bebas';
    src: url('fonts/BebasNeue Bold.ttf');
    font-weight: 700;
}

/*// Gilroy*/
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/gilroy-ultralight.ttf');
    font-weight: 100;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/gilroy-thin.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/gilroy-regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/gilroy-medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/gilroy-semibold.ttf');
    font-weight: 600;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/gilroy-bold.ttf');
    font-weight: 700;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/gilroyextrabold.ttf');
    font-weight: 800;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/gilroy-black.ttf');
    font-weight: 900;
}