* {
  margin: 0;
  padding: 0;
}

body {
  margin-top: 20px;
  background-color: whitesmoke;
}

.bg-white {
  background-color: white;
}

.bg-gray {
  background-color: #e0e0e0;
}

.int-info {
  padding-left: 15px;
}

li {
  list-style-type: none;
}

.list-skills li.list-list {
  margin: 0;
  padding: 10px 0 10px 0;
  font-size: 14px;
}

.list-skills li.list-list:not(:first-of-type) {
  border-top: 1px solid #e0e0e0;
}

.card {
  border: none;
  border-top: 1px solid #e0e0e0;
  border-radius: 0px !important;
}

.bottom-line {
  border-bottom: 1px solid #e0e0e0;
}

.bottom-line-applications {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.appl-screenshot {
  width: 265px;
  height: auto;
}

.top-more-space {
  margin-top: 5px;
}

.top-less-space {
  margin-top: -40px;
}

.centered {
  text-align: center;
}

.bottom-space {
  margin: 0 0 10px 0
}

.col-info {
  background-color: #e0e0e0;
  margin-bottom: 20px;
}

img {
  width: 100%;
  position: relative;
  text-align: center;
}

.contact-info {
  min-height: 55px;
}

.text-about-me {
  padding: 0 0 0 7px;
  margin: 0 0 0 0;
  color: #212529;
  font-size: 14px;
}

.text-about-me-2 {
  padding: 0 0 0 7px;
  margin: 0 0 0 0;
  font-size: 190%;
}

.text-about-me-developer {
  padding: 0 0 0 7px;
  margin: 0 0 0 0;
  font-size: 140%;
}

.list-text-about {
  font-size: 90%;
}

.logo {
  width: 9%;
  opacity: 0.8;
}

.logo-link {
  padding: 0 0 0 0;
  margin: 0 0 0 18px;
}

.logo-link:hover {
  opacity: 0.5;
}

.skills-title {
  color: #37474F;
  font-weight: 500;
  font-size: 17px !important;
}

@media (max-width: 990px) {
  .text-about-me-2 {
  font-size: 120%;
  }

  .text-about-me-developer {
  font-size: 100%;
  }

  .logo-link {
    padding: 0 0 0 0;
    margin: 0 0 0 20px;
  }
}

@media (max-width: 960px) {
  .logo {
    width: 8%;
  }
}

@media (max-width: 800px) {
  .text-about-me-2 {
  font-size: 120%;
  }

  .text-about-me-developer {
  font-size: 100%;
  }
}

@media (max-width: 767px) {
  .text-about-me {
  font-size: 80%;
  }
}

@media (max-width: 540px) {
  .logo-link {
    padding: 0 0 0 0;
    margin: 0 0 0 20px;
  }

  .logo {
    width: 6%;
  }
}
