body{
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    color: #adadad;
}

::-webkit-scrollbar {
	width: 0;
	/* remove scrollbar space */
	background: transparent;
	/* to make scrollbar invisible */
}

::-webkit-scrollbar-thumb {
	background: transparent;
}

h1{
    color: #00a2e2;
}

h2, h3{
    color: #b7e203;
}

h4{
    color: #00a2e2;
}

img{
    width: 100%;
    height: 100%;
}

a:visited{
    color: #00a2e2;
    text-decoration: none;
}