* {
    box-sizing: border-box;
}

body {
    width: 90%;
    height: 100vh;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-family: impact;
    color: #ec94c9;
    background-color: #efb3d3;
}

.text {
    position: absolute;
    width: 90%;
    margin-bottom: 0px;
    margin-top: 180px;
    margin-left: 50px;
    font-family: helvetica thin;
    color: #62815B;
}

