.button{
	height:50px;
	width:100px;
	border-radius:10px;
}
.button1{
	height:50px;
	width:200px;
	border-radius:10px;
}
.button2{
	height:40px;
	width:120px;
	border-radius:10px;
}
body{
	 background-color:pink;
	 color:#333333;
	 font-family:arial;
     font-weight: 400;
     display: flex;
     justify-content: center;
     align-items: center;
}

     
	 color:#333333;
	 font-family:'Raleway',sans-serif;
     font-weight:30px;
	 width:100%;
	text-align:center;
     display:flex;
     justify-content:center;
     align-items: center;
}
