*{
  margin: 0; 
  padding: 0;
}

body{
  font-family: Menlo, monospace;
  width: 100%;
  scroll-behavior: smooth;
}

a{
  color: #0066ff;
  text-decoration: none;
}

p{
  background-color: white;
  margin: 15pt auto;
  min-width: 200px;
  max-width: 600px;
  text-align: left;
}

.convo_intro{
  font-style: italic;
}

.conversation{
  font-size: 14pt;
  margin: 0 auto;
  width: 50%;
  text-align: center;
  font-family: 'Lora', serif;
  line-height: 150%;
}

.conversation img{
  width: 300px;
  padding-top: 50px;
  padding-bottom: 100px;
}

.conversation-question{
  margin-left: -20px;
}

h1{
  width: 100%;
  margin: 3% 0;
  text-align: center;
}

#return{
  width: 100%;
  margin: 3% 0;
  text-align: center;
}

.front_scroll_block{
  text-align: center;
}

.front_scroll_block img{
  width: 300px;
}

.front_scroll_block .about_items{
  width: 290px;
  height: 200px;
  position: relative;
  top: -300px;
  padding: 0 10px;
  font-family: 'Noto Sans', sans-serif;;
  font-size: 25pt;
  font-weight: bold;
}

#intro{
  width: 50%;
  min-width: 400px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 25%;
  height: 52px;
  padding: 40px 0px;
  background-color: white;
  z-index: 100;
}

#about{
  width: 50%;
  min-width: 400px;
  margin: 5% auto;
}

.initials{
  font-family: 'Noto Sans', sans-serif;
  font-size: 13pt;
  font-weight: bold;
}

.spacer{
  height: 200px;
}
