@import url("https://fonts.googleapis.com/css2?family=Jua&display=swap");

:root {
  --title: #442f1c;
  --primary: #442f1c;
  --bgcolor: #FFDAE3;
  --header: #442f1c;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Jua", sans-serif;
}

.menu i {
  display: none;
  color: #442f1c;
  font-size: 2rem;
}

.logo a{
  display: flex;
  align-items: flex-end;
}

nav ul li:hover, 
.foot-nav ul li:hover{
  color: #6e4a2b;
}

footer {
  width: 100%;
  background-color: var(--bgcolor);
}

.socials img {
  margin-top: 40px;
  margin-bottom: 20px;
  width: 40px;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.resume a:hover, .friends-text a:hover {
  color: #ff7b9c;
}

.resume p {
  font-size: 20px;
}

.socials a:hover{
  transform: scale(1.3);
  transition: 0.3s ease;
}

footer {
    margin-top: 2.5rem;
}

footer ul {
  display: flex;
  gap: 2rem;
}

.foot-nav ul li{
  font-size: 25px;
  list-style-type: none;
  color: var(--header);
}

.foot-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.foot {
  display: flex;
  justify-content: center;
}

.friends-text {
  text-align: center;
  font-size: 1rem;
  color: #7f6d5e;
  margin-top: 0.5rem;
}

.friends-text a {
  font-style: italic;
}


.foot img {
  width: 150px;
}