h1 {
    margin: 0;
    padding: 0;
}

h2 {
    margin: 0;
    padding: 0;
}

body {
    background: #d8bee6;
    height: 100vh;
    width: 100vw;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin: 0;
    text-size-adjust: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('bg.png');
    background-size: 400px;
}

content {
    display: flex;
    align-items: center;
    justify-content: center;
}

button {
    border-radius: 10px;
    border-color: black;
    border-width: 3px;
    padding: 0px;
}

.inner-colour {
    background-color: #646dfd;
    padding: 3px;
    /* border-width: 5px;
    border-style: solid; */
    border-radius: 7px;
}

.inner-border {
    border-color: black;
    background-color: wheat;
    border-width: 3px;
    border-style: solid;
    padding: 8px;
    border-radius: 8px;
}

a {
    text-decoration: None;
    color: #3492eb;
}

ul {
    display: flex;
    list-style-type: None;
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    justify-content: center;
    gap: 12px;
}

li {
    list-style-type: None;
}

.text {
    padding: 5px;
}

/* Tablets */
/* @media (max-width: 1024px) {
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 40px;
    }
    .text {
        font-size: 25px;
    }
    button {
        max-width: 60vw;
    }
} */

/* Mobile */
/* @media (max-width: 500px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 35px;
    }
    .text {
        font-size: 20px;
    }
    ul {
        flex-direction: column;
        padding-bottom: 5px;
    }
} */

/* Galaxy Fold */
/* @media (max-width: 280px) {
    h2 {
        font-size: 20px;
    }
} */
