.page-content {
    padding: 40px;
    text-align: center;
}

.mdl-textfeld {
    width: 100%;
}

.coin {
    height: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 100px;
}

.number {
    color: rgb(200, 200, 70);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 900;
    font-size: 40px;
}

.Weiter {
    height: 30px;
    color: black;
    font-weight: 500;
    font-size: 35px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: lightgreen;
    cursor: pointer;
}

a {
    text-decoration: none;
}