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);
}

#madebyuskiert {
    text-align: left;
    margin-left: 12%;
    line-height: 0px;
    color: #FFFFFF44;
    text-decoration: underline;
}

#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 30px rgb(28, 28, 28);
}

#box img {
    width: 94%;
    margin: 3%;
    box-shadow: 0px 0px 30px black;
    border-radius: 10px;
    margin-bottom: 1%;
    transition: all 0.2s ease;
}

#box img:hover {
    box-shadow: 0px 0px 50px black;
    cursor: pointer;
    width: 94.5%;
    margin: 2.74%;
    margin-bottom: 1%;
}

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: 0px;
    font-size: 70px;
    margin-bottom: 40px;
}

#info #title {
    text-decoration: underline;
    font-size: 40px;
    width: 100%;
}

#info #prizes {
    text-align: left;
    margin-left: 4%;
    font-size: 45px;
}

#info #li {
    text-align: left;
    margin-left: 6%;
    font-size: 30px;
}

#info1 {
    background-color: #00000000;
    width: 40%;
    margin-left: 5%;
    float: left;
    line-height: 80px;

}

#info2 {
    background-color: #00000000;
    width: 40%;
    margin-right: 5%;
    float: right;
    line-height: 50px;
}

#infobox {
    height: 2250px;
    width: 100%;
}

#info #li2 {
    text-align: left;
    margin-left: 6%;
    font-size: 30px;
    line-height: 40px;
}

#date {
    margin: 40px;
    font-size: 30px;
}

#logo {
    float: right;
    width: 20%;
    margin-top: 40%;
}