* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: "Michroma", sans-serif;
}

.heading{
    margin-top: 100px;
}

p {
    font-size: 1.6rem;
}

span {
    font-size: 2rem;
}

.image {
    height: 70%;
    width: 100%;
}

.image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 10%;
}