@font-face {
    font-family: 'Hangier';
    src: url('../fonts/Hangier.ttf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    background-image: url('../images/header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    width: 100%;
    height: 100vh;
    position: relative;
}

.header-text {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.header-text h1 {
    font-size: 6em;
    font-family: 'Hangier';
    color: rgb(255, 153, 0);
    text-shadow: 2px 2px 2px #000;
}

.main {
    width: 100%;
    height: 100vh;
    background-color: #1e062a;
    color: #fff;
    position: relative;
}

.container {
    width: 1440px;
    margin: 0 auto;
}
.main-text h1 {
    text-align: center;
    font-family: 'Hangier';
    font-size: 6em;
    margin-bottom: 12px;
}

.main-text p {
    font-family: 'consolas';
    font-size: 2em;
}

.main-text {
    position: relative;
}

.main-text-video {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    margin: 2em;
    border: #fff solid 2px;
}

.hu-tao {
    display: flex;
    position: absolute;
    bottom: 1em;
    right: 1em;
}

.hu-tao h2 {
    font-family: 'Hangier';
    font-size: 4em;
    padding: 14px;
}