a {
  color: teal;
  font-weight: bold;
  text-decoration:none;
}
body {
    margin:0;
    height:100vh;
    background:url('background.jpg') no-repeat center center fixed;
    background-size:cover;
    font-family:'Poppins', sans-serif;
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    text-align:center;
}
    
div{
    background:rgba(0,0,0,0.45);
    padding:40px 60px;
    border-radius:12px;
    backdrop-filter:blur(6px);
}
h1{margin:0; font-size:48px; font-weight:600; letter-spacing:1px;}
p{
margin-top:15px; font-size:18px; font-weight:300;
}