.hello {
outline: 3px solid red;
}
.hello::after {
clear: both;
content: "";
display: table;
}
.btn {
border:0;
margin:0;
background-color: #0d6efd;
color: #fff;
font-size: 2rem;
cursor:pointer;
}
.fl {
float: left;
}
.fr {
float: right;
}
.ac {
text-align: center;
}