@charset "utf-8";

html,body {
    width: 100%;
    height: 100%;
}

h2 {
    margin-bottom: 20px;
}

.main {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #EBE6E4;
    text-align: center;
    padding: 100px 15px 0;
}

.cmds {
    display: flex;
    justify-content: center;
    margin: 20px;
}

.cmds .btn {
    margin: 20px;
}

.logo {
    margin-bottom: 50px;
}

.logo img{
    max-width: 300px;
}
