<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="project.css">
<title>ProjectCSS</title>
<style>
html{
    background: lightskyblue;
    background-repeat: repeat;
    background-attachment: scroll;
    overflow: hidden;
}
body{
    background: lightskyblue;
    font-family: 'Times New Roman';
    size: 200px;
}
#header{
    display: inline;
    background-color: black;
    color: slategrey;
}
.topnav {
    background-color: black;
    overflow: hidden;
}
.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
.topnav a:hover {
    background-color: #ddd;
    color: black;
}
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}
.SecondaryTitle {
    font-size: 70px;
    color: #4CAF50;
    overflow: hidden;
}
#landingimage {
    overflow: hidden;
    height: auto;
    width: auto:
}
.build{
    overflow: hidden;
    height: auto;
    width: auto;
    float: none;

}
#upgrade{
    float: none;
}
#computerrepair{
    float: none;
}
.bottomnav {
    background-color: black;
    overflow: hidden;
}
.bottomnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
.bottomnav a:hover {
    background-color: #ddd;
    color: black;
}
.bottomnav a.active {
    background-color: #4CAF50;
    color: white;
}
.chooseproduct{
    display: inline-block;
    overflow: visible;
    size: 100px 100px;
}
img {
    max-width: 100%;
    height: auto;
}



</style>
</head>
</html>

