body{
    text-align: center;
}
.bodies{
    text-align: left !important;
    margin-left:15%;
}
a{
    text-decoration: none;
}
.logo{
    height: 150px;
    margin-top: 50px;
}
.title{
    font: 29px sans-serif;
    margin-top: 15px; 
    margin-bottom: 10px; 
    font-weight: bold;
}
.subtitle{
    font: 20px sans-serif;
}
.open{
    margin-top: 30px;
    height: 70px;
    width: 270px;
    background-color: rgb(61, 138, 221);
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid green;
}
.openLink{
    color: white;
    font: 20px sans-serif;
}
.question{
    margin-top: 20px;
    font: 15px sans-serif;
    margin-bottom: 10px;
}
.flex{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}
.pdp{
    margin-left: 10px;
    cursor: pointer;
    font: 15px sans-serif;
    height: 30px;
    padding-top: 6px;
    color: white;
    background-color:  rgb(130, 187, 248);
    width: 150px;
    border-radius: 5px;
}
.pdp:hover{
    color:  rgb(130, 187, 248);
    background-color:  white;
}
.divinput{
    margin-top: 20px;
    margin-bottom: 8px;
    font: 15px sans-serif;
}
.input{
    width: 300px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid gray
}
.flexColv{
    display: flex;
    flex-direction: column;
  
    justify-content: center;
    text-align: left;
    align-items: center;
}
.zakaz{
    height: 60px;
    width: 300px;
    border: 0px solid gray;
    border-radius: 20px;
    font: 20px sans-serif;
    background-color: #ffc107;
    color: white;
    cursor: pointer;
    margin-top: 20px;
}
.zakaz:hover{
    background-color: #a7904a;
}
.skoh{
    display: none;
}
.flexFooter{
    display: flex;
    flex-direction: row;
    margin-top: 100px;
    margin-bottom: 20px;
    justify-content: center;
}
.foot{
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
}
.foot:hover{
    text-decoration: underline;
}
.www{
    color: white;
}
.text{
    position: relative;
    left: 0;
    right: 0;
    text-align: left;
    font: 15px sans-serif;
    width: 1000px;
}
.textTitle{
    font-size: 20px;
    font-weight: bold;
}