
@import url('https://fonts.googleapis.com/css2?family=Leckerli+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mr+Dafoe&display=swap');

*{
  color: white;
}
body{
  width: 100%;
}
.p {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Mr Dafoe", cursive;
    font-size: 72px;
}

.img{
    width: 100%;
    height: auto;
}
.profimg{
  width: 200px;
  height: auto;
}

.logo{
    width: 3rem;
    height: auto;
    padding: 0rem;
    margin: 0rem;
}

.centered{
  position: absolute;
  top: 40%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%) 
}

header div{
  text-shadow: 0px 0px 5px black;
}


.btn-main{
  color: white;
  background-color: #121212;
}
.btn-main:hover{
  color: white;
  background-color: #302f2f;
  transition: transform 500ms;
  transform: scale(1.05);
}
.banner{
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../Images/Test1.jpg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center bottom;
}

.material-symbols-outlined{
  vertical-align:sub;
}