
:root {
  --color1: #df0772;
  --color2: #fe546f;
  --color3: #ff9e7d;
  --color4: #ffd080;
  --color5: #fffdff;
  --color6: #0bffe6;
  --color7: #01cbcf;
  --color8: #0188a5;
  --color9: #3e3264;
  --color10: #352a55;
}

body {
  margin: 0;
  background-color: var(--color10);
  color: var(--color5);
}

main {
  margin: 8px;
}

object {
  height: 50px;
  width: 100%;
}

#header {
  display: flex;
  flex-direction: row;
  background: var(--color8);
}

button {
  background-color: var(--color3);
  border: 0px solid var(--color1);
  color: var(--color10);
  padding: 0;
  width: 100px;
  height: 50px;
  font-size: 16px;
}



button:hover {
  background-color: var(--color2);
}

.iframe-wrapper {
  padding: 0;
  width: 40%;
  margin-bottom: 40px;
}

.iframe-padder {
  height: 0;
  margin: 0;
  width: auto;
  position: relative;
  padding: 0 0 56.25%;
}

iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


#resume {
  width: 80%;
  max-width: 1100px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 18px;
  margin-left: 10%;
}

#resume h1 {
  font-size: 38px;
  text-align: center;
}

#resume h2 {
  font-size: 34px;
  margin-bottom: 20px;
  text-align: center;
}

#resume h3 {
  font-size: 30px;
  margin: 0px;
  margin-bottom: 12px;
}

#resume > .date {
  font-size: 18px;
}

#resume br {
  margin-bottom: 5px;
}

#resume .flavor {
  position: relative;
  font-style: italic;
  font-size: 16px;
  top: -14px;
}

.title-with-date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#projects-contents h1 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 35px;
}

#projects-contents a {
  color: var(--color8);
}

#projects-wrapper {
  margin: 40px;
  display: flex;
  justify-content: center;
}

#projects-contents {
  width: 60%;
  height: max-content;
  background-color: var(--color4);
  padding: 50px;
  padding-top: 20px;
  color: var(--color10);
  font-size: 18px;
}

