@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rajdhani:wght@300;400;500;600;700&family=Raleway:ital,wght@0,100..900;1,100..900&family=VT323&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playwrite+US+Trad:wght@100..400&family=Rajdhani:wght@300;400;500;600;700&family=Raleway:ital,wght@0,100..900;1,100..900&family=VT323&display=swap');

html {
    background-color: #393d3f;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
}

h1, span, p, ul, li {
    color: #fdfdff;
    font-family: 'Raleway';
}

p {
    max-width: 80%;
    margin: 10px auto;
}

h1 {
    font-size: 50px;
    font-weight: 900;
    text-align: center;
}

img {
    max-width: 50%;
    margin: auto;
    text-align: center;
    display: block;
}

span {
  font-family: "Playwrite US Trad", cursive;
  font-weight: 200;
  margin: 0 5px;
}

footer {
    margin-top: 20vh;
}

button {
    padding: 20px 30px;
    color: #393d3f;
    background-color: #fdfdff;
    border: none;
    border-radius: 15px;
    margin: auto;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s all;
}

.button-group {
    margin: auto;
    text-align: center;
}

p a {
    color: aqua;
}

button:hover {
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);;
}