@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Noto+Sans:wght@500&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    height: 100vh;
    overflow-y: scroll;
    text-align: center;
    background: url("./background.jpg");
    background-size: cover;
    background-position: 0;
    background-repeat: repeat-y;
    position: relative;
}

h1{
    font-family: 'Bangers', cursive;
    color: rgb(201, 60, 60);
    font-size: 3rem;
    margin-top: 20px;
    padding: 20px;
}

.container{
    margin-top: 30px;
    display: flex;
    height: 500px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* flex-wrap: wrap; */
}
/* 
.reaction{
    /* flex: 1 1 100%; */


.reaction img{
    scale: 0.6;
}