@import url('https://fonts.google.com/specimen/Major+Mono+Display');


body {
    background-color: rgb(243, 128, 126);
}

h1 {
   text-align: center;
   font-family: 'Mono', cursive;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.button {
    display: block;
    background-color: rgb(241, 128, 126);
    font-family: 'Mono', cursive;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
    border: 2px solid black;
    border-radius: 10px;
    height: 20%;
}

.button:hover {
    border: 2px solid black;
    cursor:pointer;
    box-shadow: 1px 10px 98px -4px rgba(0,0,0,0.46);
}

.disclaimer {
    text-align: center;
}
