@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
* {
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 35px;
    font-weight: bold;
}

h3 {
    max-width: 300px;
    display: inline-block;
}

.joyful {
    background-image: url(joyful_colorama_links_back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    width: 100%;
    display: table-row;
}

.content {
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    margin: 15px 0;
}

.mainlinks a {
    padding: 10px;
    width: 150px;
    text-decoration: none;
    background-color: #d60c7f;
    color: white;
    display: inline-block;
    font-size: 18px;
}

.mainlinks a:hover {
    background-color: rgb(255, 204, 0);
    color: black;
}

a.setup {
    padding: 10px;
    margin: 10px;
    width: 200px;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    background-color: rgb(255, 204, 0);
    color: black;
    font-weight: bold;
}

a.setup:hover {
    background-color: #d60c7f;
    color: white;
}

.social img {
    width: 60px;
    height: 60px;
    margin: 20px;
}