body {
    background-color: #dae1f1;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    margin: 0;
  }
  
  header {
    background-color: #dae1f1;
    display: flex;
  }
  
  .left-col {
    flex-basis: 25%;
  }
  
  .right-col {
    flex-grow: 1;
    margin-bottom:40px;
  }
  
  h1 {
    margin-top: 180px;
    text-align: left;
    font-size: 8em;
    display: inline;
    margin-left: 5px;
    margin-right: auto;
    text-shadow: 4px 4px 12px lightgray;
  }
  
  h2 {
    margin-left: 5px;
    font-size: 3em;
  }
  
  main {
    padding: 0;
  }
  
  footer {
    background-color: #dae1f1;
    color: #000000;
    text-align: center;
    width: 100%;
  }
  
  .sketch {
    margin-left: 80px;
    margin-top: 0;
  }
  
  
  a {
    color: black;
    text-decoration: none;
  }
  
  .pinklink {
    color: #f9c1e6;
    text-decoration: none;
  }
  
  nav {
    text-align: center;
    height: 100px;
  }
  
  nav ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    font-size: 2em;
    text-align: center;
  }
  
  nav li {
    display: inline-block;
    margin-right: 100px;
    margin-left: 100px;
  }
  

  p1 {
    text-align: justify;
    font-size: 1.5em;
    margin-left: 100px;
    padding-right: 50px;
    display: block;
    margin-top: 20px;
  }

  .projname {
    text-align: center;
  }

.square {
    border: 5px #000000;
    border-style: solid;
    border-radius: 40px;
    background-color: #f9c1e6;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 15px 10px 5px gray
}

.square2 {
  border: 5px #000000;
  border-style: solid;
  border-radius: 40px;
  background-color: lavender;
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 30px;
  text-align: center;
  box-shadow: 15px 10px 5px gray;
}

@media(max-width: 700px) {
  header {
    display: inline-block;
  }

  .sketch { 
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }

  .left-col {
    flex-basis: auto;
    margin: auto;
  }

  .right-col {
    display: block;
    text-align: center;
  }

  h1 {
    margin-top: 180px;
    text-align: center;
    font-size: 3.4em;
    display: inline;
    text-shadow: 4px 4px 12px lightgray;
  }
    
  nav {
    text-align: center;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  
  nav ul {
    font-size: 1.2em;
    margin-top: 25px;
    text-align: center;
  }

  nav li {
    display: inline-block;
    margin-right: 13px;
    margin-left: 13px;
    margin-top: 20px;
  }

  .gradient-container {
    background: linear-gradient(#dae1f1, #000000 10%, #000000);
    color: #dae1f1;
    min-height: 20vh; 
    padding-bottom: 30px;
  }

  h2 {
    font-size: 2em;
    margin-left: 5px;
    margin-right: 5px;
  }

  .square {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 30px;
  }

  .square2 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 30px;
  }
}

@media(min-width: 700px) and (max-width: 1023px) {
  header {
    display: inline-block;
  }

  .sketch { 
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }

  .left-col {
    flex-basis: auto;
    margin: auto;
  }

  .right-col {
    display: block;
    text-align: center;
  }

  h1 {
    margin-top: 180px;
    text-align: center;
    font-size: 3.4em;
    display: inline;
    text-shadow: 4px 4px 12px lightgray;
  }
  
  nav ul {
    font-size: 1.2em;
    margin-top: 25px;
    margin-left: 25px;
    margin-right: 25px;
  }

  nav li {
    display: inline-block;
    margin-right: 50px;
    margin-left: 50px;
    margin-top: 20px;
  }

  .gradient-container {
    background: linear-gradient(#dae1f1, #000000 10%, #000000);
    color: #dae1f1;
    min-height: 20vh; 
    padding-bottom: 30px;
  }

  h2 {
    font-size: 2em;
    margin-left: 5px;
    margin-right: 5px;
  }

  .now {
    font-size: 1em;
    display: flexbox;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
  }

  .square {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 30px;
  }

  .square2 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 30px;
  }
}