@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300&display=swap');

* {
    margin: 0;
    padding: 0;
}

html {
    cursor: none;
}

body {
    background-color: white;
    font-family: 'Prompt', sans-serif;
    line-height: 1;
}

h1 {
    text-align: center;
}

.image {
    height: 150px;
    width: 150px;
    margin-top: 50px;
    border-radius: 100%;
}

.links {
    text-align: center;
    margin-top: 80px;
}

.link {
    display: inline-block;
    padding: 20px;
    width: 30vw;
    margin-bottom: 10px;
    text-decoration: none;
    text-rendering: optimizeSpeed;
    letter-spacing: 0.4px;
    overflow-wrap: break-word;
    word-break: break-word;
    cursor: none;
}

a {
    color: #616973;
    width: inherit;
    font-weight: 600;
    border: 2px solid #868a8e;
    border-radius: 50px;
    background-color: white;
    transition: .3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

a:hover {
    width: 31vw;
    color: white;
    background-color: #868a8e;
}

#vantajs-bg
{
    position:absolute;
    z-index:-1;
    width:100%;
    height: 100%;
}
