body {
    background-color: #211426;
}

.logo {
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 200px;
}

.text-title {
    margin: auto;
    justify-content: center;
    text-align: center;
    margin-top: 40px;
    font-size: 38px;
    color: #fff;
    background-color: red;
    width: 800px;
    padding: 10px;
    border-radius: 10px;
}

button {
    margin-top: 30px;
    width: 180px;
    height: 40px;
    background-color: green;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;

}

.button_project {
    margin: auto;
}

@media screen and (max-width : 425px) {
    .text-title {
        width: auto;
        margin: 15px;
    }

    .logo {
        
        width: auto;
        margin: 300px 15px 0 15px;
    }

    img {
        width: 100%;
    }
}