@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@500;700&display=swap');

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Fira Code';
}

.logo {
  display: flex;
  align-items: center;
  color: #FFB802;
  font-size: 20px;
  margin: 0 auto 10px auto;
}

p {
  font-size: 12px;
  text-align: center;
  color: white;
  margin-bottom: 18px;
  line-height: 22px;
}

.wrapper {
  background-image: linear-gradient(to bottom, #597DFD, #2645B0);
}

.inner {
  padding: 40px;
  display: flex;
  flex-direction: column;
  max-width: 614px;
  margin: 0 auto;
}

.button {
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 20px center;
}

.button:hover {
  box-shadow: none;
  transform: translate(4px, 4px);
}

.youtube {
  background-color: #FF0000;
  box-shadow: 4px 4px 0 #690101;
}

.twitter {
  background-color: #1DA1F2;
  box-shadow: 4px 4px 0 #054368;
}

.spotify {
  background-color: #1DB954;
  box-shadow: 4px 4px 0 #0E682E;
}

.instagram {
  background-color: mediumpurple;
  box-shadow: 4px 4px 0 #441166;
}

.website {
  background-color: #6370EB;
  box-shadow: 4px 4px 0 #441166;
}

.medium {
  background-color: lime;
  box-shadow: 4px 4px 0 #441166;
}

.figma {
  background-color: yellow;
  box-shadow: 4px 4px 0 #441166;
}

.dribbble {
  background-color: pink;
  box-shadow: 4px 4px 0 #441166;
}

.essay {
  background-color: mediumturquoise;
  box-shadow: 4px 4px 0 #441166;  
}
footer {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  margin-top: 20px;
}