:root{
    background-color: #73939c;
    color: white;
    font-family: Arial, Helvetica, sans-serif;

    text-align: center;

}

.title{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.container{
    border-radius: 10px;
    justify-content: center;
    flex-direction: column;
}


.test {
	justify-content: center;
    align-items: center;
    padding: 1em;
	display: inline-block;
	background-color: #57616e;

    box-shadow: -2px 0 5px rgba(0,0,0,0.2);
	border-radius: 15px;
}

.btn{
    color:#ffffff;

    margin-top: 15px;

    background-color: #121418;
}