* {
    margin: 0;
    padding: 0;
}

html,body {
    height: 100%;
    min-height: 100vh;
}

@font-face {
    font-family: geograph;
    src: url(fonts/enduroweb-medium-TRIAL.woff);
}

body{
    background-image: url(image/macOSBigSur.jpeg);
    background-size: cover;
    background-attachment: fixed;
}

b{
    color: #ff0000;
}

#footer {
    background-color: rgb(206, 206, 206);
    display: block;
    position: absolute;
    height: 80px;
    width: 70%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 20px;
    opacity: 70%;
}

.chrome {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 0.5vh;
    left: 290px;
}

.photoshop {
    width: 66px;
    height: 66px;
    position: absolute;
    bottom: 0.7vh;
    left: 370px;
}

.illustrator {
    width: 66px;
    height: 66px;
    position: absolute;
    bottom: 0.7vh;
    left: 447px;
}

.message {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 0.3vh;
    left: 523px;
}

.finder {
    width: 66px;
    height: 66px;
    position: absolute;
    bottom: 0.7vh;
    left: 603px;
}

.zoom {
    width: 66px;
    height: 66px;
    position: absolute;
    bottom: 0.7vh;
    left: 680px;
}

.notes {
    width: 66px;
    height: 66px;
    position: absolute;
    bottom: 0.7vh;
    left: 755px;
}

.vs {
    width: 75px;
    height: 75px;
    position: absolute;
    bottom: 0.1vh;
    left: 825px;
}

.indesign {
    width: 66px;
    height: 66px;
    position: absolute;
    bottom: 0.7vh;
    left: 905px;
}

.facetime {
    width: 66px;
    height: 66px;
    position: absolute;
    bottom: 0.7vh;
    left: 980px;
}

.spotify {
    width: 75px;
    height: 75px;
    position: absolute;
    bottom: 0.1vh;
    left: 1050px;
}

.hd {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0.1vh;
    top: 80px;
    left: 1250px;
}

.pdf {
    width: 60px;
    height: 80px;
    position: absolute;
    bottom: 0.1vh;
    top: 400px;
    left: 1150px;
}

.jpeg {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 0.1vh;
    top: 80px;
    left: 150px;
}

.mp3 {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 0.1vh;
    top: 380px;
    left: 90px;
}

.css {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0.1vh;
    top: 300px;
    left: 290px;
}

.folder {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0.1vh;
    top: 80px;
    left: 1050px;
}

.wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper a {
  display: inline-block;
  text-decoration: none;
  padding: 15px;
  background-color: #fff;
  border-radius: 20px;
  text-transform: uppercase;
  color: #ff0000;
  font-family: geograph;
  font-size: 18px;
}

.modal {
  font-family: geograph;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(77, 77, 77, .7);
  transition: all .4s;
}

.modal:target {
  visibility: visible;
  opacity: 1;
}

.modal__content {
  border-radius: 20px;
  position: relative;
  width: 500px;
  max-width: 90%;
  background: #fff;
  padding: 1em 2em;
}

.modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #585858;
  text-decoration: none;
}

.btn {
    border: none;
    background: none;
    position: absolute;
    top: 30px;
    left: 30px;
}
