@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

.mainContainer {
    background-color: rgba(0, 0, 0, 0.5);
    margin: auto;
    padding-top: 10px;
    padding-bottom: 30px;
    margin-top: 50px;
    width: 90%;
    max-width: 500px;
    text-align: center;
    color: white;
    border: 1px solid gray;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    border-radius: 7px;
    word-wrap: break-word;
}

body {
    background-color: rgb(34, 34, 34);
}

button {
    padding: 10px;
    background-color: rgb(91, 205, 118);
    border-radius: 10px;
    border: 1px solid white;
    color: white;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
}

input {
    padding: 10px;
    border-radius: 10px;
    border: 2px solid black;
}

.left {
    font-family: 'Material Symbols Outlined';
    margin-bottom: 20px;
    margin-left: -13px;
    float: left;
    font-size: 20px;
}

.right {
    font-family: 'Material Symbols Outlined';
    float: right;
    margin-bottom: 20px;
    margin-right: -13px;
    font-size: 20px;
}