body {
  cursor: default;
}

.row {
  margin-top: 7vw;
  margin-bottom: 5vw;
}

a {
  text-decoration: none !important;
}

p {
  margin: 10px;
}

img.center {
  display: block;
  margin: 0 auto;
}

#roupa {
  background: linear-gradient(to bottom right, rgb(24, 24, 24),rgb(36, 36, 36), rgb(53, 53, 53), rgb(73, 73, 73));
  border-radius: 5px;
  transition-property: transform;
  transition-duration: 0.5s;
  padding: 20px;
  max-width: 250px;
}

#roupa:hover {
  transform: scale(1.2)
}

#style {
  transition: 0.5s;
  padding: 20px;
  max-width: 250px;
  max-height: 200px;
}

#style:hover {
  box-shadow: -10px 10px 10px black;    
  transform: translate(10px -10px);
}

#instagram,
#codepen,
#github,
#facebook {
    font-size: 500%;
    color: rgb(0, 0, 0);
    animation: animate 3s linear infinite;
    text-shadow: 0 0 50px rgb(250, 239, 226), 0 0 100px #fcfae8, 0 0 150px #fffbec,
      0 0 200px #fff9e7;
}

img {
  max-width: 90%;
}

#icons {
  margin: 10vw 0px 10vw 0px;
}

.col {  
  display: flex;
  justify-content: center;
}

#cool {
  background-color: #1F2937;
  justify-content: center;
}

#cool img {
  justify-content: space-around;
}

#zeroSlash {
  padding: 1vw;
}

#valhalla {
  text-align: center;
  background-color: #333;
  padding: 1vw;
  font-family: consolas !important;
}

#valhalla img {
  max-width: 10vw;
}