html {
  scroll-behavior: smooth;
}

.portfolio-body {
  font-family: 'Rubik', sans-serif;
  background-color: #042c6d;
  margin: 0;
}

.portfolio-main {
  width: 100%;
  height: 100%;
  text-align: center;
}

.navalicious {
  text-transform: uppercase;
  background-color: gold;
  min-height: 40px;
  padding: 10px;
  position: fixed;
  width: 100%;
  font-weight: 600;
  z-index: 999;
}

.navalicious a {
  color: firebrick;
  text-decoration: none;
  letter-spacing: 15px;
}

.navalicious a:hover {
  color: #042c6d;
}

.evie {
  width: 100%;
  height: 400px;
  border: 1px solid salmon;
  background: url("../images/Stroud.jpeg") no-repeat top center ;
  background-size: cover;
  overflow: hidden;
  padding-top: 60px;
}

.main-img {
  border-radius: 50%;
  margin: 10px;
}

.hello {
  color: #fcf579;
  padding-top: 10px;
}

.hello a {
  color: dodgerblue;
}

.arabic {
  font-family: 'Rakkas', cursive;
}

.description {
  color: #042c6d;
  background-color:lightgrey;
}

.list {
  font-weight: 400;
  font-size: 21px;
}

#technologies {
  font-size: 30px;
}

#more   a:hover {
  color: firebrick;
  text-decoration: none;
}

.contact {
  color:#fcf579;
}

.contact p {
  color: dodgerblue;
}

.contact a:hover {
  color: #fcf579;
}

.copyright {
  color: #fcf579;
  text-align: center;
  padding: 20px;
  margin-top: 20px;
}

#ugly-button {
  background-color: lightgreen;
}

#beautify-button {
  background-color: firebrick;
}


.ugly {
  font-family: 'Times New Roman', Times, serif;
  background: lightgreen;
  color: palevioletred;
  text-align: left;
  font-size: small;
  border: 5px dashed orange;
}

.ugly h2 {
  color: palevioletred;
}

.ugly span {
  color: darkgoldenrod;
}

.ugly section {
  border: 2px dotted green;
}

.ugly-repo {
  border: 5px double #42f4f4;
  background-color: #042c6d;
}


.english-translation {
  font-family: inherit;  
}

#nabvar-translation-links {
    text-align: right;
}

.icon {
  font-size: 30pt;
  margin-bottom: 2%;
}

.repoContainer {
  margin-left: inherit;
  margin-right: inherit;
  border: 2px solid #042c6d;
  background-color: gold;
  padding: 2%;
  text-align: left;
  flex-wrap: wrap-reverse;
  color: firebrick;
}



