h1 {
	color:white;
	font-family:segoe ui semibold;
}

button {
	 display: block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: white;
    color: #4905A4;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    text-align: center;
    align-items: center;
    font-family:  segoe ui semibold;
    height: 60px;
    width: 200px;
    font-size: 16pt;
}