body{
    margin: 0;
    padding: 0;
    background-color: #262626;
    width: 100%;
}

.topnav{
    font-family: Roboto;
    font-weight: bold;
    color: #fff;
    background-color: #F6A748;
    width: 80%;
    margin: auto;
    height: 50px;
    border-radius: 5px;
    vertical-align: center;
}

.topnav a{
    float: right;
    color: #f2f2f2;
    padding: 7px 10px;
    text-decoration: none;
    font-size: 22px;
}

.topnav img{
    width: 35px;
}

.top-title {
    float: left;
    color: #f2f2f2;
    padding: 7px 10px;
    text-decoration: none;
    font-size: 22px;
}

.carousel-wrap{
    display: flex;
}

.carousel{
    width: 100%;
    height: 720px;
}
.carousel .carousel-item{
    text-align: center;
    width: 400px;
}

.carousel .carousel-item img{
    width: 100%;
}

.text_num{
    text-align: center; 
    color: #fff; 
    padding: 2%;
    font-size: 33px;
    font-weight: bold;
    position: absolute;
    z-index: 100;
    width: 100%;
}

.text_t_num{
    text-align: center;
    width: 50%;
    margin: auto;
    height: 150px;
    vertical-align: middle;
    padding: 4% 0%;
    border-radius: 24px;
}

@media(max-width:500px){
    
    .carousel .carousel-item img{
        width: 80%
    }    
    
}