html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    height: 100%;
    margin: 0;
    font-family: "Cabin", sans-serif !important;
    color: #ffffff;
    font-size: 1em;
    background-image: url(../img/top_wave.svg), url(../img/bottom_wave.svg);
    background-position: right top, left bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #3742fa;
    background-size: 50% auto;
}

.my-section-title{
  margin-bottom: 1em;
}

.introduction {
  padding-top: 1em;
}

.text-justify {
  text-align: justify;
}

.my-image {
  height: inherit;
  width: inherit;
  border-radius: 50%;
  transform: scaleX(-1);
}

.name{
  color: #ffffff;
  font-weight: bold;
  font-size: 2em;
}

.my-hr {
  border: 2px solid #ffffff;
  border-radius: 5px;
  opacity: 1;
}

.my-contact a, footer a{
  color: #ffffff;
  text-decoration: none !important;
  transition: 0.3s;
}

.my-special-link {
  color: #ffffff;
  text-decoration-style: underline !important;
  transition: 0.3s;
}

a:hover, .my-contact a:hover {
  color: rgba(0, 0, 0, 0.3);
}

.box {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  border: 1px solid #ffffff;
}

.paper-title {
  font-style: italic;
}

.my-author {
  text-decoration: underline;
  text-decoration-style: dashed;
}

footer {
  margin-bottom: 0.75em;
}
