@font-face {
    font-family: Nimbus Mono;
    src: url(NimbusMono.otf);
}
@font-face {
    font-family: Death Note Main;
    src: url(deathnotemainfont.TTF);
}
body{
    background-color: black;
}
#main{
    width: 800px;
    margin: 100px 10px 10px 100px;
}
#section_1{
    border: 1px solid white;
    margin-top: 50px;
    background-image: url("cssimg/tl.png"), url("cssimg/tr.png"), url("cssimg/bl.png"), url("cssimg/br.png");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left top, right top, left bottom, right bottom;
    background-size: 80px, 80px, 80px, 80px;
}
#part_1_1{
    border: 1px solid black;
    margin: 60px auto 60px;
    width: 430px;
    height: 100px;
    color: white;
    font-family: "Nimbus Mono";
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    letter-spacing: 5px;
    text-indent: 4px;

    background-image: url("cssimg/leftw.jpg"), url("cssimg/rightw.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    background-size: 65px 100px, 65px 100px;
}
#part_1_1 p{
    margin: 50px auto 0px;
    width: 350px;
}


#section_2{
    margin-top: 100px;
}
#part_2_1{
    color: white;
}
#ost1 p{
    font-family: "Nimbus Mono";
    font-size: 22px;
    letter-spacing: 10px;
    border: 1px solid white;
    margin-bottom: 60px;
    color: white;
    text-align: center;
    width:300px;
    padding: 10px;
}
.ost2 p{
    font-family: "Nimbus Mono";
    font-size: 22px;
    letter-spacing: 10px;
    border: 1px solid white;
    margin-top: 50px;
    margin-bottom: 60px;
    color: white;
    text-align: center;
    width:300px;
    padding: 10px;
}


.list{
    list-style-image: url("cssimg/bt.jpg");
    text-indent: 10px;
}
.list li{
    margin: 20px;
}

a:link, a:visited, a:active{
    color: white;
    font-family: "Nimbus Mono";
    font-size: 22px;
    letter-spacing: 5px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.5s;
}
a:hover{
    color: darkslategrey;
    cursor: pointer;
}


#section_3{
    border: 1px solid white;
    margin-top: 100px;
    background-image: url("cssimg/tl.png"), url("cssimg/tr.png"), url("cssimg/bl.png"), url("cssimg/br.png");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left top, right top, left bottom, right bottom;
    background-size: 80px, 80px, 80px, 80px;
}

#part_3_1{
    border: 1px solid black;
    margin: 60px auto 60px;
    width: 400px;
    height: 100px;
    color: white;
    font-family: "Nimbus Mono";
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    letter-spacing: 7px;
    text-indent: 4px;

    background-image: url("cssimg/leftw.jpg"), url("cssimg/rightw.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    background-size: 65px 100px, 65px 100px;
}

#part_3_1_1{
    margin-top: 50px;
}

#section_4{
    margin-top: 80px;
}



