.container {
    max-width: 100%;
    margin: 0;
}
.container2 {
    max-width: 100%;
    margin: 0px;
}
.button {
	opacity: 1;
}
.button {
  display: inline-block;
  padding: 2px 5px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: brown;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0px #999;
  margin-bottom: 2px;
}

.button:hover {
background-color: blue;
}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

/*.button {
			background-color: #fffccc;
			border: .5px solid black;
			color: black;
			padding: 0px 0px;
			text-align: center;
			text-decoration: none;
			display: inline-block;
			font-size: 12px;
			border-radius: 0px 0px 0px 0px;
		}
		.button:hover {
			background-color:blue;
			color: white;
		}*/

        h1 {
            color: #0f9d58;
            text-align: center;
        }

        .scrollbox {
            background-color: none;
            border: 1px solid #0f9d58;
            border-radius: 10px;
            padding: 0px;
            margin-top: 0px;
            width: 100%;
            height: 60px;
			text-align: center;
            overflow-y: auto;
            box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
        }

        /* Scrollbar Styles */
        .scrollbox::-webkit-scrollbar {
            width: 12px;
        }

        .scrollbox::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 8px;
        }

        .scrollbox::-webkit-scrollbar-thumb {
            background: #0f9d58;
            border-radius: 8px;
        }

        .scrollbox::-webkit-scrollbar-thumb:hover {
            background: #0b8043;
        }

        /* For Firefox */
        .scrollbox {
            scrollbar-width: thick;
            scrollbar-color: #0f9d58 #f1f1f1;
        }
		
		/* ================ scrollbox2 ============= */
		
        .container2 {
            max-width: 95%;
            margin: 0;
        }

        .scrollbox2 {
            background-color: none;
            border: 0px solid #0f9d58;
            border-radius: 8px;
            padding: 0px;
            margin-top: 10px;
            width: 100%;
            height: 750px;
            overflow-y: auto;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        .scrollbox2::-webkit-scrollbar {
            width: 12px;
        }

        .scrollbox2::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 8px;
        }

        .scrollbox2::-webkit-scrollbar-thumb {
            background: #0f9d58;
            border-radius: 8px;
        }

        .scrollbox2::-webkit-scrollbar-thumb:hover {
            background: #0b8043;
        }

        .scrollbox2 {
            scrollbar-width: thick;
            scrollbar-color: #0f9d58 #f1f1f1;
        }
.container-1 {
    max-width: 100%;
    margin: 0;
	height: 120px;
}
.scrollbox-1 {
    background-color: none;
    border: 1px solid #0f9d58;
    border-radius: 10px;
    padding: 0px;
    margin-top: 0px;
    width: 100%;
    height: 120px;
	text-align: center;
    overflow-y: auto;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
}
.scrollbox-a {
    background-color: none;
    border: 1px solid #0f9d58;
    border-radius: 10px;
    padding: 0px;
    margin-top: 0px;
    width: 100%;
    height: 120px;
	text-align: center;
    overflow-y: auto;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
    .scrollbox-1 {
		height: 120px;
    }
	.scrollbox-1 {
		height: 120px;
    }
	.scrollbox-a {
		height: 120px;
    }
	.scrollbox-a {
		height: 120px;
    }
	.scrollbox {
        height: 100px;
    }
	.scrollbox2 {
        height: 480px;
    }
}
