@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

*{
    margin: 0 auto;
    font-family: Roboto;
    color: white;
}

body{
    background-image: url(Background.jpg);
    overflow: hidden;
}

.container {
    display: flex;
    flex-flow: column;
    height: 100vh;
    justify-content: center;
    align-items: center; 
    text-align: center;
}

h1{
    font-size:60px;
}

h2{
    padding: 20px;
}