@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital@1&display=swap");
@media only screen and (max-device-widht: 900px) {
  .infos {
    width: 100%;
  }
}
@font-face {
  font-family: bebas, sans-serif;
  src: url(fontes/BebasNeue-Regular.otf);
}

:root {
  --fontnormal: "Staatliches", cursive;
  --fonttitle: "PT Sans", sans-serif;
  --whithe: rgb(254, 255, 254);
  --bleu: #1895ed;
  --blackin: rgb(0, 0, 0);
}

* {
  margin: 0;
  padding: 0;
}

header {
  background-color: #1895ed;
  margin-bottom: 10px;
  min-width: 320px;
}

h1 {
  text-align: center;
  color: white;
  font-family: var(--fonttitle);
  font-size: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-shadow: 3px 3px 2px rgba(8, 8, 8, 0.289);
}

nav > a {
  margin-left: 10px;
  text-decoration: underline;
  font-family: var(--fontnormal);
  color: var(--bleu);
}

img.formate {
  width: 15%;
}

.geral {
  margin: auto;
  margin-left: 20vw;
  margin-right: 10vw;
  margin-top: 90px;
}

.card {
  border-style: ridge;
  border-color: black;
  float: left;
  margin-right: 10px;
  margin-bottom: 8px;
  min-width: 100px;
  width: 300px;
  height: 200px;
  text-align: center;
}

.card > p {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  padding: 10px;
}

button {
  border-style: none;
  padding: 7px;
  border-radius: 12px;
}

button:hover {
  text-decoration: underline;
}

button > a {
  text-decoration: none;
  color: white;
  font-family: var(--fontnormal);
  font-size: 16px;
}

#insta-button {
  background-color: #fb5f5f;
}

#github-button {
  background-color: black;
}

#linkedin-button {
  background-color: #5990d3;
}
