@charset "utf-8";
body{
    background-color: rgb(255, 246, 127);
}

.title{
    color: white;
    font-size: 45px;
    text-align: center;
    border: solid 3px white;
    background-color:rgb(45, 46, 47);
    border-radius:5px;
}

.sub-title{
    font-size: 30px;
    margin: 0 auto;
}

.a-title{
    text-decoration: none;
    color:white
}

.tigers-title{
    color: rgb(45, 46, 47);
    font-size: 45px;
    text-align: center;
    background-color:rgb(254, 226, 0);
    border: solid 3px rgb(45, 46, 47);
    border-radius:5px;
}

.hawks-title{
    color: rgb(45, 46, 47);
    font-size: 45px;
    text-align: center;
    background-color:rgb(252, 199, 0);
    border: solid 3px rgb(45, 46, 47);
    border-radius:5px;
}

.carp-title{
    color: white;
    font-size: 45px;
    text-align: center;
    background-color: red;
    border: solid 3px white;
    border-radius:5px;
}

.baysters-title,.swallows-title{
    color: white;
    font-size: 45px;
    text-align: center;
    background-color: rgb(0, 63, 142);
    border: solid 3px white;
    border-radius:5px;
}

.giants-title{
    color: rgb(45, 46, 47);
    font-size: 45px;
    text-align: center;
    background-color: rgb(235, 151, 19);
    border: solid 3px rgb(45, 46, 47);
    border-radius:5px;
}

.dragons-title{
    color: rgb(45, 46, 47);
    font-size: 45px;
    text-align: center;
    background-color: rgb(30, 178, 233);
    border: solid 3px rgb(45, 46, 47);
    border-radius:5px;
}

.marines-title,.lions-title{
    color: rgb(45, 46, 47);
    font-size: 45px;
    text-align: center;
    background-color: white;
    border: solid 3px rgb(45, 46, 47);
    border-radius:5px;
}

.eagles-title{
    color: white;
    font-size: 45px;
    text-align: center;
    background-color: rgb(135, 0, 16);
    border: solid 3px white;
    border-radius:5px;
}

.fighters-title{
    color: white;
    font-size: 45px;
    text-align: center;
    background-color: rgb(1, 96, 154);
    border: solid 3px white;
    border-radius:5px;
}

.two-column-layout{
    display: flex;
   }

.Central,.Pacific {
    margin: 0 auto;
}

ul{
    list-style-type: square;
    font-size: 27px;
    font-family: 'Mochiy Pop One', sans-serif;
}

.a-ul{
    text-decoration: none;
    color:rgb(45, 46, 47)
}

.Central-title{
    color:rgb(45, 46, 47);
    background-color: rgb(17, 141, 44);
    border-radius:5px;
}

.Pacific-title{
    color:rgb(45, 46, 47);
    background-color: rgb(63, 177, 227);
    border-radius:5px;
}

.listmark-none {
    list-style: none;
  }

.League-image{
    width: 30px;
    height: 30px;
}

.bg-Central{
    background: url(image/Central_bg.png) no-repeat right 20px bottom 10px / 150px auto;
}

.bg-Pacific{
    background: url(image/Pacific_bg.png) no-repeat right 20px bottom 10px / 150px auto;
}

.frame{
    background-color: rgb(250, 244, 159);
    border: solid 3px rgb(45, 46, 47);
    padding-right: 170px;
    border-radius:5px;
}

h4{
    text-align: center;
    margin: 0 auto;
}

.item{
    font-size: 30px;
    color: white;
    background-color: rgb(45, 46, 47);
    border-radius:5px;
}

.twitter-timeline{
    width: 500px;
    height: 300px;
}