@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Poppins:wght@300;500&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Kaushan Script", cursive;
  font-family: "Poppins", sans-serif;
  font-size: 62.5%;
}

/* ########## Variables ########## */

h1 {
  color: black;
  margin-top: 2rem;
  font-size: 4rem;
}

:root {
  --background-color: #ffffff;
  --Text-color: ;
  --Logo-Text: "Kaushan Script", cursive;
  --Underline-color: #e287db;
  --Title-color: #e287db;
  --Footer-background: rgb(107, 68, 102);
  --Footer-text-color: rgba(197, 181, 195, 0.5);
  --Footer-text-color-hover: rgba(197, 181, 195, 1);
}

.contact-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: var(--background-color);
}

.cp-title {
  font-size: 5rem;
  color: var(--Title-color);
}

.cp-description {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 3rem;
}

.social-container-cp {
  width: 40rem;
  height: 15rem;
  display: flex;
  justify-content: space-between;
}

.social-cp {
  padding: 3rem;
}

.social-icon-cp {
  width: 10rem;
}
