@font-face {
    font-family: Quicksand;
    src: url(./static/Quicksand-Regular.ttf);
}


.quicksand-gg {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

html, * {
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    justify-content:center;
    align-items:center;
    height: 100vh;
    width: 100vw;
}

.container {
    padding: 25px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.1px);
    -webkit-backdrop-filter: blur(9.1px);
}

a {
    color: #0060B6;
    text-decoration: none;
}

a:hover {
    color:#4f5c6b; 
    text-decoration:none; 
    cursor:pointer;  
}

a {
    color: white;
}