@font-face {
  font-family: 'Almond-Milky';
  src: url("https://astrindel.neocities.org/Fonts/Almond Milky.otf") format('opentype')
}

@font-face {
  font-family: 'Jordan';
  src: url("https://astrindel.neocities.org/Fonts/Jordan.otf") format('opentype')
}

body {
  background-color: #df4c36;
  margin: 0;
  padding: 0;
}

.title-card {
  display:flex;
  justify-content: center;
  margin: 10px auto; 
  background-color: #ffedbe;
  border-radius: 15px;
  height: 80px; 
  width: 500px;
}

.title-header {
  display:flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Almond-Milky";
  font-size: 35px; 
  color: #df4c36; 
}

.info-card {
  display:flex;
  justify-content: center;
  align-items: center;
  background-color: #ffedbe;
  border-radius: 15px;
  height: 600px;
  width: auto;
  margin: 15px 8% 15px 8%;
}

.info-container {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 95%;
  height: 95%;
  margin: auto;
}

.writing {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  left: 5px;
  width: auto;
  height: auto;
  margin: 10px;
}

.header {
  position: absolute;
  top: 1%; 
  font-family: "Almond-Milky";
  font-size: clamp(1rem, 3vw, 10rem);
  align-items: center;
  text-align: center;
  margin: 0px;
  color: #df4c36;
}

.aboutme {
  font-family: "Jordan";
  font-size: clamp(1rem, 3vw, 5rem); 
  color: #df4c36;
  align-items: center;
  margin: 5%;
  padding-top: 20px;
}

.photonamecard {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: -15%;
  right: -10.5%;
  width: 45%;
  height:auto;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.profile-picture {
  display: flex;
  width: 70%;
  height: 60%;
  border-radius: 20px;
  overflow: hidden;
}

.profile-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.home-button {
  display: flex;
  height: 100px;
  width: 100px; 
  overflow: hidden;
  object-fit: cover;
}
  
  