@font-face {
    font-family: Inter;
    src: url(./Inter-VariableFont_opsz\,wght.ttf);
}

body {
    /* background-image: url("https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExbXM5ZWJ3czl1ZXRxOXc2NmN0d3BiajBoZ2l1NmQ5NWxiaHoxemY0diZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/lN7vPBIPtVtk7ORa4A/giphy.gif");
    background-repeat: no-repeat;
    background-size: contain; */
    background-color: rgb(227, 210, 200);
    margin: 0;
}

body * {
    font-family: Inter;
    color: white;
}

.content {
    /* background-color: rgba(0, 0, 0, 0.482); */
    text-align: center;
    padding: 30px;
}

.cover-img {
    position: fixed;
    top: 0;
    z-index: -100;
    height: 100vh;
    width: 100%;
    filter: saturate(50%) brightness(50%);
}

.dancing-img {
    width: auto;
    height: 300px;
}

h1, h2, h3 {
    color: #99fcfc;
}

p {
    color: #ffedb1;
}

.white {
    color: white;
}

.survey-link {
    font-weight: bold;
    font-size: 28px;
    background-color: #ffedb184;
    padding: 20px;
    color: blue;
}

.details p {
    font-weight: bold;
    margin: 4px;
}