html {
    height: 100%;
    width: 100%;
    background: rgb(2,0,36);
    background: linear-gradient(27deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 0%, rgba(0,212,255,1) 100%);
}

h1 {
    color: white;
    text-align: center;
    font-size: 64px;
    font-family: 'Exo', sans-serif;
    color: #ffffff;
}

.content-wrapper {
    width: 80%;
    margin:0 auto;
    margin-top:10vw;
    text-align: center;
}

p {
    font-size: 22px;
    color: #ffffff;
    font-family: 'Noto Sans', sans-serif;
}

a {
    margin: 5px;
    padding: 20px;
    color: #ffffff;
    border-radius: 5px;
    border:1px solid #ffffff;
    text-decoration: none;
    transition: transform 0.5s, background-color 0.5s;
}

a:hover {
    transform: scale(1.2);
    background-color: #ffffff2f;
}
