
body {
    margin: 0;
    padding: 0;
    background-color: #ecebeb;
}

::-webkit-scrollbar {
    display: none;
}

.container {
    align-content: center;
    position: relative;
    width: 100%;
}

.container img {
    width: 100%;
    height: auto;
}

.container .btn {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
    border-radius: 5px;
    width: 120px;
    height: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 14px;
    background-color: #000000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.container .btn:hover {
    background: rgb(26, 26, 26);
}

.container .btn:active {
    display: block;
    font-size: 16px;
    color:black;
    background: rgb(63, 63, 63)
}

.banner {
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}

.banners {
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: #292929;
}

h5 {
    width: 100%;
    text-align-last: center;
    border-radius: 5px;
    color: rgb(124, 124, 124);
}

.hide {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    display: none;
}

.banner:hover + .hide {  
    display: block;
}

.icon {
    padding: 20px;
    width: 60px;
    height: 60px;
}
