* {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
}

body {
    background: linear-gradient(to left, #222831, #393E46, #00ADB5,#EEEEEE);
}

.a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 200px;
    margin: 20px;
}

.b {
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(60px);
    border-radius: 12px;
    padding: 20px;
    border: 2px solid white;
    height: 380px;
    width: 380px;
    
}

h1, h3 {
    font-size: 30px;
    color: white;
    font-weight: bolder;
}

.input-group {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

button {
    font-size: 20px;
    width: 150px;
    height: 50px;
    border: none;
    border-radius: 12px;
}

button:hover {
    cursor: pointer;
    font-size: 25px;
    font-weight: bold;
}

select {
    font-size: 20px;
    color: black;
    font-weight: bolder;
    border-radius: 12px;
    border: none;
    width: 100px;
    height: 50px;
}
#saida,#saida2,#saida3 {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: left;
    padding-top: 10px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(70px);
    border-radius: 12px;
    padding: 20px;
    border: 2px solid white;
    height: 380px;
    width: 380px;
}
