@import url("https://fonts.googleapis.com/css2?family=Gidole&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

body {
  background-color: #fef0f0;
  font-family: "Gidole", "Nunito Sans", "Open Sans", sans-serif;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 2%;
  background-image: linear-gradient(
      to right,
      rgba(16, 15, 15, 0.1) 0.01px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0.01px, transparent 1px);
  background-size: 20px 20px;
  text-align: justify;
}

b {
  font-weight: bolder;
  color: #041f75;
  text-shadow: 0 0 5px rgba(4, 31, 117, 0.5);
}

@media screen and (min-width: 720px) {
  body {
    margin-left: 30%;
    margin-right: 30%;
  }
}

h1 {
  font-size: 40px;
  color: #333;
  text-align: center;
  margin-top: 13px;
}

.profile {
  max-width: 100%;
  height: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
}

nav {
  text-align: center;
}

a {
  text-decoration: none;
  color: #041f75;
  font-weight: bold;
}

.custom-list {
  margin: 0%;
  padding: 0%;
  padding-left: 40px;
}

.custom-list li:hover {
  text-decoration: underline;
}

nav {
  padding-top: 10px;
}

nav a {
  margin: 0 15px;
  font-size: 16px;
}

h4 {
  font-size: 20px;
  color: #555;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 20px;
  font-weight: 100;
}

.icon {
  width: 16px;
  filter: grayscale(100%);
  vertical-align: middle;
}

.icon-margin {
  margin-left: 5px;
}

footer p {
  text-align: center;
  font-size: 14px;
  color: #777;
  margin-top: 30px;
}

.flag {
  font-size: 20px;
  margin-left: 10px;
}

.about-me a {
  color: #041f75;
  text-decoration: underline dotted;
}
