﻿body {
}
.content {
    width: 100%;
    height: 88vh;
    background: #23979C;
    text-align: center;
    padding: 5% 10%;
}
.sessao {
    border-radius: 20px;
    background: white;
    box-shadow: 2px 2px 11px black;
}
.logo {
    text-align: center;
    width: 100%;
    background: #23979C;
}
.img{
    width:200px;
    padding-top:20px;
}
.stop {
    margin: 30px 0px
}
h1 {
    font-size: 50px;
    font-weight: 700;
    color: #ff9537;
    letter-spacing: 1px;
}
h2 {
  font-size: 25px;
}
.btn {
    transition: all 0.5s;
    height: 45px;
    width: 250px;
    margin-right: 10px;
    border: none;
    border-radius: 0px;
    font-size: 10px;
    line-height: 2;
}
