@import url(../blocks/header/header.css);
@import url(../blocks/header/__title/header__title.css);
@import url(../blocks/buttons/buttons.css);
@import url(../blocks/buttons/button.css);
@import url(../blocks/buttons/__text/button__text.css);

html{
    height: 100%;
}

.page{
    height: 100%;
    width: 100%;  
    font-family: 'Helvetica Neue', Arial, sans-serif;
    background-color: #faf9ff;
}

.main{
    display: flex;
    flex-direction: column;
}

.content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.body{
    height: 100%;
    width: 100%;
}

.page-title{
    color: #876e69;
    text-align: center;
    margin: 0;
    font-size: 100px;
    line-height: 1.05;
    width: 500px;
}

.footer{
    width: 100%;
    height: 50px;
}