.text {
    font-family: Quicksand;
    color: black;
}

.title {
    font-weight: 100;
    font-size: 48px;
}

.key {
    font-weight: 1000;
    font-size: 16px;
}

.value {
    font-weight: 400;
    font-size: 16px;
}

.home {
    font-weight: 1000;
    font-size: 16px;
}

a {
    text-decoration: underline;
    color: black;
}

th,
td {
    padding-bottom: 10px;
    padding-right: 40px;
}


form {
    background-color: #A3E1CC;
    width: 300px;
    height: 44px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

input {
    all: unset;
    font: 16px system-ui;
    height: 100%;
    width: 100%;
    padding: 6px 10px;
}

::placeholder {
    color: #fff;
    opacity: 0.7;
}

button {
    all: unset;
    cursor: pointer;
    width: 44px;
    height: 44px;
}