/* 
    Document   : newCascadeStyleSheet
    Created on : 5 Oct 2019
    Author     : Playmain
    Description:
        Purpose of the stylesheet follows.
*/

body{
    font-family: 'Nunito', /*'Open Sans', */ sans-serif;
    background: #37353A url("/?originalUrl=https%3A%2F%2Fplaymain.com%2Fimages%2Ftiles.png");
    color: #E5E3D6;
    text-align: center;
    /* font-size: 14px; */
    padding: 0 15px;
    border-top: solid 6px #ce5252;
    margin: 0;
}

p {
    margin-bottom: 30px;
}

.page {
    max-width: 450px;
    margin: 50px auto;
    /* display: flex; */
    /* align-items: center; */
    /* height: 100%; */
}

.logo {
    max-width: 180px;
    margin: 15px auto 30px auto;
    display: block;
}

.profile {
    border: solid 1px #afafaf;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    color: #afafaf;
}
.profile p:last-child {
    margin-bottom: 0;
}

h3 {
    /* color: #fff; */
    margin-top: 0;
    color: #E5E3D6;
}

.email {
    color: #fff;
}

.bot {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bot img {
    width: 45px;
    height: auto;
}