@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&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');
* {
    font-family: 'Poppins', sans-serif;
    background-color: #3500D4;
    box-sizing: border-box;
}

.nav-links {
    justify-content: space-between;
    position: relative;
    align-items: center;
    display: flex;
    font-weight: bold;
}

.nav-item {
    list-style: none;
    margin-right: 2rem;
    font-size: 24px;
}

.nav-item a {
    text-decoration: none;
    color: #282828;
}

.nav-item:first-child {
    margin-right: auto;
}

.nav-item:hover {
    transform: scale(1.5)
}

.text {
    font-weight: bold;
    color: #282828;
    font-size: 32px;
}

main {
    display: flex;
    flex-direction: column;
}

.main-text {
    align-self: center;
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    width: 20cm;
    padding: 0.7cm 0.3cm;
}

.main-text1 {
    display: flex;
    align-self: center;
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    padding: 0.7cm 0.3cm;
    width: 15cm;
}

.survey {
    display: flex;
    align-self: center;
    font-size: 34px;
    font-weight: bold;
    padding: 1cm 0.3cm;
}

.survey a {
    text-decoration: none;
    color: #282828;
}

.survey_items {
    display: flex;
    flex-direction: column;
    align-self: center;
    width: 18cm;
    padding: 1cm 0.3cm;
}

#comment,
#email,
#text {
    height: 1cm;
    background-color: #282828;
    border: 2px solid #3500D4;
    border-radius: 4px;
}

.since_when {
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    padding: 0.7cm 0.3cm;
}

select {
    background-color: #282828;
    color: #5C7575;
}

.button {
    align-self: flex-end;
    height: 1cm;
    background-color: #282828;
    border: 2px solid #3500D4;
    border-radius: 4px;
    color: #5C7575;
    text-decoration: none;
}

.thanks_message,
.thanks1 {
    font-size: 48px;
    font-weight: bold;
    color: #282828;
    padding: 0.7cm 0.3cm;
}