@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');

body{
    background-image: url('/img/bg2.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% auto;

    height: 100vh;
    margin: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media only screen and (max-width: 600px) {
    body{
        background-image: url('/img/bgm2.png');
    }
}

img{
    border-radius: 10px;
}

h2, p, a{
    color: #2164d5;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
}

h2{
    margin: 15px 0 3px 0;
    font-size: 35px;
}

p, a{
    font-size: 30px;
}

p{
    margin: 0 0 15px 0;
}
