@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body{
    background-image: url("../images/gta.jpg");
    z-index: 1;
    font-family: "Nunito", sans-serif;
}
.container{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
    color: white;
    font-size: xx-large;
}

.action_btn{
    position: relative;
    top: 35px;
}

@media screen and (max-width: 830px) {
    .container {
        font-size: 6vw;
        text-align: center;
    }
    h2 {
        font-size: large;
    }
}
