.error-style { 
    color: red;
    font-size: 20px;
    font-weight: bold;
}

.middle {
    display: flex;
	justify-content: center;
    align-items: center;
}

.margin {
	margin-left: 20px;
}

.title {
	font-size: 25px;
	font-weight: bold;
	color: #036a94;
}

.margin-top {
	margin-top: 20px;
}