﻿.body{
    padding:30px;
    margin-top:50px;
    border:1px solid #006b9a;
    border-radius:5PX;
    position:relative;
    padding-top:60px;
}

.btn{
    padding: 5px 10px 5px 10px;
    color:white;
    background-color:#388900;
    min-width:90px;
    border-radius:20px;
}

.btn:hover{
    padding: 5px 10px 5px 10px;
    color:white;
    background-color:#48b000;
    min-width:90px;
    border-radius:20px;
    cursor:pointer;
}

.body .title{
    min-width:20%;
    border:1px solid #006b9a;
    text-align:center;
    min-height:60px;
    line-height:60px;
    color:#006b9a;
    margin:0 auto;
    position:absolute;
    top:-30px;
    right:40%;
    background-color:white;
   
}


.title:hover{
    background-color:#006b9a;
    color:white;
    transition:1s;
}

.red{
    color:red;
}

.desc{
    padding:15px;
    color:#d80000;
    font-size:larger;
}

.btntitle{
    min-width:20%;
    border:1px solid #48b000;
    text-align:center;
    min-height:60px;
    line-height:60px;
    background-color:#5add00;
    color:#fff;
    margin:0 auto;
   
}


.btntitle:hover{
    background-color:#388900;
    color:white;
    transition:1s;
    cursor:pointer;
}