﻿* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
}

.bg{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1440px;
    min-height: 810px;
    max-width: 1920px;
    max-height: 1080px;
    z-index: -1;
}

.logo {
    position: absolute;
    top: 70px;
    left: 230px;
    height: 70px;
}

.main {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 350px;
    left: 230px;
} 

.main .title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.main .title p {
    padding-left: 15px;
    white-space: nowrap;
    font-size: 76px;
    font-weight: bold;
}

.content {
    top: 500px;
    left: 245px;
}

.channel {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    top: 762px;
    left: 240px;
}

.channel a {
    padding-left: 15px;
    text-decoration: none;
    color: black;
    font-size: 25px;
    font-weight: bold;
}






