body {
    background-color: #0a0a0a;
    font-family: sans-serif;
    color: white;
}

h1 {
    color: white;
    text-align: center;
    margin-top: 100px;
    font-size: 70px;
}

#line {
    background-color: white;
    margin-left: 10%;
    width: 80%;
    height: 5px;
    margin-top: -8px;
    margin-bottom: 30px;
    background: linear-gradient(to right, #00000000, #ff7e5f, #feb47b, #00000000);
}

#box {
    height: auto;
    width: 39.5%;
    margin-left: 7%;
    background-color: #2c2c2c;
    margin-top: 50px;
    float: left;
    border-radius: 10px;
    border: solid transparent;
    background: linear-gradient(#2c2c2c, #2c2c2c) padding-box,
        linear-gradient(to right, #ff7e5f, #feb47b) border-box;
    box-shadow: 0px 0px 10px rgb(28, 28, 28);
    line-height: 300px;
    text-align: center;
    font-size: 40px;
    color: white;
    text-decoration: none;
    font-weight: bolder;
    font-style: italic;
    transition: all 0.2s ease;
}

p {
    font-size: 20px;
    font-weight: bolder;
    font-style: italic;
    text-align: center;
}

#boxout {
    height: auto;
    text-align: center;
    width: 92%;
    margin-left: 4%;
    background-color: #000000;
    border-radius: 10px;
    border: solid transparent;
    background: linear-gradient(#232323, #232323) padding-box,
        linear-gradient(to right, #ff7e5f, #feb47b) border-box;
    box-shadow: 0px 0px 30px rgb(28, 28, 28);
}

#format {
    padding-top: 30px;
    color: #00000000
}

#info {
    height: auto;
    text-align: center;
    width: 92%;
    margin-left: 4%;
    background-color: #000000;
    border-radius: 10px;
    border: solid transparent;
    background: linear-gradient(#232323, #232323) padding-box,
        linear-gradient(to right, #ff7e5f, #feb47b) border-box;
    box-shadow: 0px 0px 30px rgb(28, 28, 28);
    margin-top: 50px;
    font-size: 70px;
    margin-bottom: 40px;
}

#info #title {
    text-decoration: underline;
    font-size: 40px;
    width: 100%;
}

#date {
    margin: 10px;
    font-size: 30px;
    color: #0a0a0a
}

#left {
    text-align: left;
    margin-left: 30px;
    line-height: 20px;
}