.container {
 text-align: center;
 position: center;
}

.center-con {
 position: absolute;
 margin: auto;
 top: 0;
 right: 0;
 bottom: 30%;
 left: 0;
 width: 100px;
 height: 30px;
 background-color: #ccc;
 border-radius: 3px;
}

.center-text {
 text-align: justify;
 position: absolute;
 margin: auto;
 top: 0;
 right: 0;
 bottom: 20%;
 left: 5%;
 width: 300px;
 height: 80px;
 background-color: white;
 border-radius: 3px;
}

.fontC {
 font-family: 'Bitter', terminal, serif;
 font-size: 16px;
 font-weight: bold;
}

.fontT {
 font-family: 'Bitter', terminal, serif;
 font-size: 14px;
 font-style: normal;
}
