*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    width: 100%;
}

main{
    min-height: 100vh;
    height: 100%;
    width: 100%;
    background-color: #CA0000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

main h1{
    font-size: 6vw;
    color: #f5f4f3;
}

main h4{
    margin-top: 2rem;
    font-size: 1.5vw;
    text-align: center;
    color: rgb(150, 236, 64);
}

main #samosa{
    left: 2%;
    bottom: 2%;
    position: absolute;
    height: 15rem;
    width: 15rem;
    rotate: 25deg;
}