.bg{
  background-image: url("images/neonComputer1.jpg");
  background-size: cover;
  height:1000px;
}

.big-d {
    font-size:125pt;   /* adjust as needed */
}
header {
    width: 100%;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
}


body{
background-color: #000000;
 margin-bottom: 20px;
  color: white;
  padding: 20px;
}

p {padding: 30px;
  font-size: 18pt;

}
h1 {font-size: 72pt;
text-align: left;
color: white;
font-family: Georgia, 'Times New Roman', Times, serif;
margin-top: -5px;
margin-right: 50px;
}
nav{
  font-size: 16pt;
  text-align: left;
  color:white;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #000000;
}

li {
  float: right;
}

li a {
  display: block;
  color: rgb(255, 0, 195);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #615858;
}

img {
    border: 1px solid #ddd; /* Gray border */
    border-radius: 4px;  /* Rounded border */
    padding: 5px; /* Some padding */
    width: 500px; 
    height: 250px;
  }
  
  /* Add a hover effect (blue shadow) */
  img:hover {
    box-shadow: 0 0 2px 1px rgba(2, 192, 255, 0.5);
  }

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
    float: left;
    width: 30%;
    padding: 10px;
    margin: 20px;
  }
  
  /* Clear floats after image containers */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }

  .title{
    text-align:center;
    font-size: 24pt;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-top: -100px;
    margin-right: 80px;
    margin-left: 1300px;
  }
  