body {
    background-color: rgba(39, 38, 38, 0.931);
    margin: 0;
    font-family: "Roboto", sans-serif;
    color: white;
    font-size: 16px;
}

div {
    min-height: 100px;
    margin-bottom: 50px;
}

.navbar {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: rgba(255, 255, 255, 0.1);
}

.flag {
    width: 60px;
    position: absolute;
    left: 50px;
}

input {
    height: 60px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    flex: 1;
    padding-left: 100px;
    color: white;
    font-size: 32px;
    text-align: center;
}

.input-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
}

.currency {
    position: absolute;
    right: 42px;
    font-size: 14px;
    color: #4472c4;
    font-weight: 700;
    bottom: 24px;
}

.container-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

button {
    background-color: #ffff32;
    padding: 0 32px;
    height: 50px;
    border: unset;
    font-size: 24px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.container-button {
    display: flex;
    justify-content: center;
    gap: 10px;
}

#website-button {   
    left: 0;
    bottom: 0;
    margin: 1em;

    a {
        text-decoration: none;
        color: white;
        font-size: 18px;
        background-color: #0d6efd;
        border-radius: 5px;
        font-weight: bold;
        padding: 0.3em 1.5em;
    }
}