Changes

no edit summary
Line 23: Line 23:     
.button {
 
.button {
   width: 550px;
+
   width: 520px;
 
   height: 30px;
 
   height: 30px;
 
   font-family: 'Roboto', sans-serif;
 
   font-family: 'Roboto', sans-serif;
Line 32: Line 32:  
   background-color: #85EBFF;
 
   background-color: #85EBFF;
 
   border: none;
 
   border: none;
   border-radius: 45px;
+
   border-radius: 10px;
 
   box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
 
   box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
 
   transition: all 0.3s ease 0s;
 
   transition: all 0.3s ease 0s;