body{
    display: block;
    background-color: RGB(26,26,26);
    color: black;
    float: left;
    width: 3000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#rectitle{
    display: block;
    font-size: 20px;
    color: white;
    margin: 10px 100px;
    text-align: left;
}
#recom1{
    width: 300px;
    height: 290px;
    background-color: white;
    margin-bottom: 50px;
    margin-left: 130px;
    float: left;
}
#recom1t{
    text-align: left;
    padding: 0 13px;
    margin: 0 auto;
}
#recom1ti{
    font-size: small;
    text-align: left;
    padding: 0 13px;
}
#recom1 > img{
    width: 300px;
    alt: none;
}
