
body {
    font-family: Verdana;
    background-color: white;
    color: black;
}

th {
    text-align: left;
    vertical-align: top;
    padding: 5px;
    width: 35%;
    border: 1px solid black;
    border-collapse: collapse;
}

td {
    vertical-align: top;
    padding: 5px;
    border: 1px solid black;
    border-collapse: collapse;
}

table {
    border-spacing: 10px;
    border: 1px solid black;
}

p {
    font-size: x-large;
}

h1 {
    font-size: 40px;
    margin-top: 5%;
}

h2 {
    font-size: 30px;
    margin-top: 5%;
}
a {
    font-size: larger;
    color: darkblue;
}

#top {
    text-align: center;
}

#logo {
    color: white;
    background-color: darkblue;
    display: inline-block;
    font-size: 48px;
    font-weight: bold;
    margin-top: 16px;
}

#logo-name {
    font-size: 32px;
    font-weight: bold;
    margin: 16px;
}

#navigation {
	overflow: hidden;
	text-align: center;
	background-color: darkblue;
	padding-top: 16px;
	padding-bottom: 16px;
}

#navigation a {
    color: white;
    padding-left: 36px;
    padding-right: 36px;
    font-size: x-large;
}

#navigation a:hover {
    color: rgb(122, 252, 16);
}

.sticky {
	position: sticky;
	top: 0;
	width: 100%;
}

.content {
	padding: 16px;
}

.sticky + .content {
	padding-top: 70px;
}

.mainimage img {
    width: 65%;
	height: 460px;
    border: 0px solid black;
}

.linkedLists img {
    padding: 16px;
    border: 2px;
    height: auto;
    width: 80%;
    background: white;    
}

.datasets {
    border-collapse: collapse;
    width: 40%;
    text-align: center;
}

.noborder {
    border: 0px;
}

.centHeader {
    text-align: center;
}

#main {
    margin-left: 1%;
	margin-right: 1%;
}

#task {
    margin-top: 3%;
}

#task img {
    border: 1px solid black;
}

#footer {
    text-align: center;
    color: gray;
    padding: 16px;
}

li {
    font-size: larger;
}

video {
    width: 80%;
    height: auto;
    border: 4px solid black;
}

.contactNumber {
    font-size: x-large;
}

.contactNumber:hover {
    color: rgb(62, 104, 187);
}

.dark-mode {
    background-color: rgb(19, 18, 18);
    color: white;
}

.clickContact a {
    font-size: x-large;
}

img {
    border: 4px solid black;
}