* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #252834;
}

.row-g-3 {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-style: double;
    border-color: aqua;
    border-radius: 2%;
    border-width: 1px;
}

button{

    border-style: none;
    cursor: pointer;
    background-color: transparent;
}

.form-check-input{
    cursor: pointer;
}
.form-label{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}