@font-face {
  font-family: 'Calibri';
  src: url('./calibri.ttf');
}

@font-face {
  font-family: 'Crewniverse';
  src: url('./crewniverse.ttf');
}

body{
  font-family: 'Crewniverse', 'Calibri';
  color: white;
  background-color: rgb(0, 0, 150);
}

#main{
  display: flex;
}

#main #me div{
  background-color: rgb(0, 0, 100);
  border-radius: 25px;
  padding: 25px;
  margin: 10px;
  min-width: 300px;
}

#main #projects{
  width: -webkit-fill-available;
}

#main #me #presentation{
  font-family: 'Calibri';
}

#main #me #presentation table tr td:first-child{
  background-color: rgb(0, 0, 70);
  border-radius: 20px;
  padding: 15px;
}

#main #socials img{
  width: 48px;
}

.title{
  font-size: 72px;
}