42 lines
		
	
	
		
			750 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			750 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
.container{
 | 
						|
    width: 100%;
 | 
						|
    height: 100%;
 | 
						|
    flex-direction: column;
 | 
						|
    justify-content: center;
 | 
						|
    align-items: center;
 | 
						|
}
 | 
						|
.title {
 | 
						|
    text-align: center;
 | 
						|
    width: 62%;
 | 
						|
    height: 22%;
 | 
						|
    letter-spacing: 0px;
 | 
						|
    font-size: 19px;
 | 
						|
    margin-top: 20%;
 | 
						|
    margin-bottom:2%;
 | 
						|
    color: #eb0750cb;
 | 
						|
}
 | 
						|
.title1 {
 | 
						|
    text-align: center;
 | 
						|
    width: 78%;
 | 
						|
    height: 65%;
 | 
						|
    font-size: 15.5px;
 | 
						|
    margin-top: 2%;
 | 
						|
    margin-bottom:1%;
 | 
						|
    color: #eb0597bb;
 | 
						|
}
 | 
						|
.btn{
 | 
						|
    width: 28.5%;
 | 
						|
    height: 15.5%;
 | 
						|
    background-color: #155ddc;
 | 
						|
    margin-top: 20%;
 | 
						|
    font-size: 13px;
 | 
						|
    margin-bottom: 15%;
 | 
						|
}
 | 
						|
.btn1{
 | 
						|
    width: 28.5%;
 | 
						|
    height: 15.5%;
 | 
						|
    background-color: #155ddc;
 | 
						|
    margin-top: 15%;
 | 
						|
    font-size: 13px;
 | 
						|
    margin-bottom: 35%;
 | 
						|
} |