@font-face {
    font-family: "VAG Rounded Light";
    src: url("/assets/VAG Rounded Light.ttf") format("truetype");
}

* {
    margin: 0px;
    padding: 0px;
    
}

html {
    height: 100%;
}

body {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

img {
    width: 250px;
    height: 250px;
}

h1 {
    font-family: "VAG Rounded Light";
    font-size: 4em;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 3.5px #009CE6;
}

button {
    height: 30px;
    width: 125px;
    border-radius: 25px;
    border: none;
    color: #ffffff;
    background-color: #019de7;
    margin: 50px;
    text-align: center;
    cursor: pointer;
    font-family: "VAG Rounded Light";
    font-weight: 800;
}

a {
    text-decoration: none;
    color: #fff;
    background-color: transparent;
}

h2 {
    margin-top: 50px !important;
}

h2, p {
    margin: 10px;
    font-family: "VAG Rounded Light";
    font-weight: 800;
    text-align: center;
}