* {
    box-sizing: border-box;
    margin: 0%;
    padding: 0%;
}

body {
    background-color: lavender;
}
 
.title {
    margin-top: 100px;
    font-family: 'Source Code Pro', monospace;
    display: flex;
    justify-content: center;
}

img {
    width: 40%;
}

.total {
    margin-left: 9%;
}
