body{
    background-color: rgb(44, 43, 41);
}

.logo img{
    width: 200px;
    height: 200px;
}

.under_construction {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.under_construction img{
    width: 400px;
    height: 400px;
    border-radius: 20px;
}

.under_construction h1{
    color: #fff;
    font-size: 3rem;
    padding-top: 3rem;
}