html {
  height: 100%;
}
body {
  color: white;
  background-color: black;
  width: 100%;
  height: 100%;
  margin: 0px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
}
.cake {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  overflow-wrap: break-word;
}
form {
  border: 1px solid #b02424;
  max-width: 300px;
  padding: 5px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size:12px;
}
form input{
  font-size:12px;
}
audio::-webkit-media-controls-panel{
background-color: #ef2424;
width:350px;
}
form button{
  font-size:12px;
}
.contact {
  position:absolute;
  right:0;
  margin:10px;

}
.contact a{
  color: white;
}
.footer {
   position:absolute;
   bottom:0;
   width:100%;
   background:#b02424;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   overflow-wrap: break-word;
   text-align: center;
}
h3 {
  margin: 0px
}
