html {

    height: 100%;

    width: 100%;

    background: rgb(131, 131, 131);



}



h1 {

    color: white;

    text-align: center;

    font-size: 32px;

    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;

}

img {
    filter: invert();
}

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;

}

