body {
    margin: 0;
    background: #1F2937;
    font-family: "Silkscreen", sans-serif;
    margin-left: 52px ;
}
h1 {
    color: whitesmoke;
    margin-top: 115px ;

}
.ger {
    margin-top: -20px ;
    color: #4ADF86;
}
h4 {
    color: #D5D4D8;
    font-weight: 500;
    margin-top: -5px;
}
button {
    margin-top: 20px;
    background: #10B981;
    border-radius:8px ;
    color: white;
    padding: 10px 15px;
    border: none;
}
h5 {
    font-family: "Silkscreen", sans-serif;
    font-weight: 300;
    font-size: medium;
    color: #55F991;
    border: 2px solid #345349;
    border-radius: 10px;
    background: #273549;
    width: 150px;
    margin-top: 30px;
    text-align: center;
    padding: 10px 15px;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

hr {
    width: 100%;
    margin-top: 40px;
    border: 0.5px solid #2F3E53;
}

P {
    color: whitesmoke;
    text-align: center;
    font-size: small;
    margin-top: 100px;
}

.line {
    color:#4ADF86;
    margin-top:10px;
}