* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
h1 {
  font-family: "Montserrat", sans-serif;
}
#app {
  display: grid;
  grid-template-rows: 80px 1fr;
  min-height: 100vh;
}
.p-relative {
  position: relative;
}

.badge-card {
  color: #fff;
  background-color: #32383d;
  padding: 6px;
}
.bg-code {
  background-color: #32383d;
}
.bg-youtube {
  background: #ff0000 !important;
}

.bg-navbar {
  background-color: #161b22 !important;
}

.bg-main {
  background-color: #0d1117 !important;
}

.bg-linkedin {
  background: #0077b5 !important;
}

.bg-github {
  background: #24292e !important;
}

.bg-mail {
  background: #dc4c40 !important;
}

.border-black {
  border: 2px solid black !important;
}

.border-info {
  border: 2px solid #17a2b8 !important;
}

.btn-toStart {
  width: 60px;
  height: 60px;
  border-radius: 90px;
  border: 2px solid #17a2b8;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 1%;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  color: white;
  background: #32383d;
  padding-top: 5px;
}

.btn-toStart:hover {
  text-decoration: none !important;
  color: white !important;
}

.feedback-component {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 15px;
}

.content-projects-cards {
  margin: auto;
  display: grid;
  grid-auto-rows: 500px;
}

#inicio {
  position: absolute;
  top: 0;
}
