   .hero {
  height: 70vh;
  background-image: url("maxresdefault.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

    .name {
        text-shadow: 4px 2px #cdcdcd;
        font-family: OCR A Std, monospace;
        font-weight: bold;
    }

    .main {
        background-color: black;
        
        
    }

    .idk {
        background-image: url("photo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
    }

    .lead {
        text-shadow: 2px 2px #cdcdcd;
        font-family: monospace;
        font-weight: bold;
    }
