* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.backarrow {
    background: white;
    position: relative;
    justify-content: start;
    margin-left: 40px;
    margin-top: 60px;
    border-radius: 30px;
    padding: 15px;
    transition: all 300ms ease-in-out;
}

.backarrow img {
    max-width: 60px;
    max-height: 60px;
}

.backarrow:hover {
    background: whitesmoke;
}

.welcome {
    margin-top: 20px;
    color: white;
    text-align: center;
}

.welcome img {
    width: 200px;
}

.boxes {
    color: black;
    text-align: center;
}

.boxes img {
    max-width: 200px;
    max-height: 200px;
}

.boxes a {
    text-decoration: none;
    color: pink;
}

.grammarly, .blackbox {
    background-color: white;
    padding: 40px 50px;
    border-radius: 17px;
    margin: 10px 25%;
}