body{
    background-image: url(images/bluewall.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
#box1{
    border-style:ridge;
    border-width:5px;
    border-color:#0b269e;
    background-color:#9fc1e9;
    width: 1300px;
    height:100px;
    margin:auto;
}
#box2{
    font-family:  "Sekuya",Georgia, 'Times New Roman', Times, serif;
    font-size: 68px;
    color:#001679;
    text-align:center;
    text-shadow: 5px 2px 1px #c8e8f0 ;
    position:absolute;
    top:-45px;
    left: 565px;
}
button{
    background-color: #0e0c88;
    border-color:#020f46;
    font-family: "Jersey 10", Georgia, 'Times New Roman', Times, serif;
    font-size: 40px;
    border-radius:4px;
}
button:hover{
    background-color: #3735b9;
    color: #464646;
}
button:active{
    background-color: #1e1d6e;
    color: #222222;
}
#bhome{
    position:absolute;
    height: 50px;
    width: 100px;
    left: 45px;
    top: 38px;
}
#bnext{
    position:absolute;
    height: 50px;
    width: 100px;
    right:30px;
    top:14px;
}
#bprev{
    position:absolute;
    height: 50px;
    width: 100px;
    right:30px;
    top:63px;
}
#box3{
    position:relative;
    border-style:groove;
    border-radius:15px;
    border-width: 5px;
    border-color:#fdfeff;
    background-color: #9fc1e9;
    width: 1000px;
    height: 1200px;
    margin:auto;
    top: 25px;
}
#boxbanner{
    position:relative;
    border-style:groove;
    border-radius:15px;
    border-width: 5px;
    border-color:#fdfeff;
    top: 5px;
    left:2px;
    width:986px;
    height:90px;
}
#boxyap{
    position:relative;
    border-style:groove;
    border-radius:15px;
    border-width: 5px;
    border-color:#fdfeff;
    top: 10px;
    left: 2px;
    width: 300px;
    height: 300px;
}
#title1{
    position:relative;
    border-style:groove;
    border-radius:15px;
    border-width: 7px;
    border-color:#aed6ffa6;
    height: 28px;
}
#boxplayer{
    position:absolute;
    border-style:groove;
    border-radius:15px;
    border-width: 5px;
    border-color:#fdfeff;
    top: 425px;
    left: 2px;
    width: 300px;
    height: 500px;
}
#title4{
    position:relative;
    border-style:groove;
    border-radius:15px;
    border-width: 7px;
    border-color:#aed6ffa6;
    height: 28px;
}
#boxteam{
    position:relative;
    border-style:groove;
    border-radius:15px;
    border-width: 5px;
    border-color:#fdfeff;
    top: -300px;
    left: 325px;
    width: 450px;
    height: 400px;
}
#title2{
    position:relative;
    border-style:groove;
    border-radius:15px;
    border-width: 7px;
    border-color:#aed6ffa6;
    height: 28px;
}
#boxscore{
    position:absolute;
    border-style:groove;
    border-radius:15px;
    border-width: 5px;
    border-color:#fdfeff;
    top:110px;
    left: 798px;
    width: 190px;
    height:400px
}
#title3{
    position:relative;
    border-style:groove;
    border-radius:15px;
    border-width: 7px;
    border-color:#aed6ffa6;
    height: 28px;
}
#boxpred{
    position:absolute;
    border-style:groove;
    border-radius:15px;
    border-width: 5px;
    border-color:#fdfeff;
    top: 525px;
    left: 325px;
    width:663px;
    height: 500px;
}
#title5{
    position:relative;
    border-style:groove;
    border-radius:15px;
    border-width: 7px;
    border-color:#aed6ffa6;
    height: 28px;
}