@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;900&display=swap');

body {
  overflow: hidden;
  font-family: Arial, sans-serif;
  background-color: #F8ECD4;
}

*{
  border: 0;
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

header{
  background-color: #4CAF50;
  padding: 15px;
  color: white;
  border-radius: 0px 0px 27px 27px;
  display: flex;
  align-items: center;
}

a{
  text-decoration: none;
  background-color: white;
  padding: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-text{
  display: flex;
  gap: 15px;
}