html{
    height: 100%;
    width: 100%;
}

body{
    background-image: url("../cartoon veggies.jpeg");
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-color: #95Db94;
}

.text{
    text-align: center;
    float: right;
    width: 500px;
    padding: 100px;
}

.start{
    width: 120px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    border: 2px solid green;
    background-color: white;
    color: black;
}

.start:hover{
    background-color: green;
    color: white;
}