body {
    background-image: url("https://images.unsplash.com/photo-1557683316-973673baf926?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80");
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 50%;
    margin: 0 auto;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    border-radius: 10px;
    background-color: #cccccc;
    flex: 1;
    padding: 30px;
}

.buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.btn {
    padding: 10px 20px;
    font-size: 20px;
    background-color: #237917;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0;
}

.btn:hover {
    background-color: #1c910d;
}

.font-exo-2 {
    cursor: default;
    text-align: center;
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 50px;
    margin: 0;
    margin-bottom: 20px;
}

li {
    margin: 0;
    margin-bottom: 10px;
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
}

p {
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
}