@import url('https://googleapis.com');


.jammazur {
    display: flex;
    justify-content: center;
    width: 50%;
  display: block;      /* Converts the image to a block element */
  margin-left: auto;   /* Automatically balances the left margin */
  margin-right: auto;  /* Automatically balances the right margin */
  margin-top: 20%;
  margin-bottom: 40%;
}

.jammazur:hover {
    opacity: 0.4;
}

html {
  scroll-behavior: smooth;
  overflow: hidden;
}

.flex-container {
  display: flex;
  /* Creates 3 equal columns; wraps extra items to the next row */
}

.flex-container > div {
  background: #e0e0e0;
  padding: 20px;
}

.pic {
    width: 20%;
    margin-left: 15%;
    padding-bottom: 5%;
}

.headshot {
    width: 100%;
    padding-top: 50px;
}

.arrow {
    width: 75px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5%;
    transition: transform 0.3s ease-in-out; 
}

.arrow:hover {
    transform: scale(1.1);
    
}

.desc {
    font-family: "Lacquer";
    color: #ffffff;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    font-size: 2.2em;
    width: 40%;
    letter-spacing: 5px;
}

.about {
    display: flex;
    transform: translateY(-4em);
}

#ig {
    font-size: 1.5em;
}