:root {
  --lzk: #FFDC00;
  --bzk-s: #D3B5E5;
  --bzk-f: #FFAEBC;
  --bzk-k: #B4F8C8;
  --bzk-t: #BDD7EE;
}

button {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  button:hover, button:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

form {
	background-color: #f5f5f5;
}

main {
 	margin-left: 0px;
	transition: all 0.3s; 
}