
.container {
    width: 100%;
    height: 100%;
    background: #bfbfbf;
    font-family: Arial, sans-serif;
    float: right;
}

.box {
    background: #d0cece;
    width: 600px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    margin: auto;
    margin-top: 70px;
    padding: 30px;
}

.row{
    width: 100%;
    height: 40px;
    border: 1px solid;
    align-content: center;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin-top: 7px;
    border: none;
}

input.inputalint{
    width: 100%;
    height: 100%;
    outline: 0;
    border: none;
    font-size: 15px;
    font-weight: 700;
    padding-left: 20px;
}

.inputalint:hover{
    background-color: #f6f3f3;
}

.btn{
    width: 100%;
    height: 100%;
    border: none;
    font-size: 15px;
    font-weight: 700;
    
}

.headline{
    width: 100%;
    height: 30px;
    border: 1px solid;
    margin-top: 60px;
    align-content: center;
    font-weight: 700;
    padding-left: 60px;
    border: none;
}

.Pic-box{
    width: 100%;
    height: 80%;
    border: 1px solid;
    margin: auto;
    padding: 50px;
    border: none;
}
.Pic{
    width: 45%;
    height: 90%;
    border: 1px solid;
    float: left;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px;
    margin-left: 20px;
}


.Pic1{
    width: 45%;
    height: 90%;
    border: 1px solid;
    float: left;
    margin: auto;
    margin-left: 40px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px;
}

.img-box {
    width: 40%; 
    height: 80%;
    border: 5px solid #bababa;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 20px;
    float: left;
}
.img-box1 {
    width: 60%; 
    height: 100%;
    border: 5px solid #bababa;
    float: left;
    padding: 10px;
    text-align: center;
    align-content: center;
    border: none;
}


.picimg{
    width: 100%;
    height: 100%;
}

h2{
    font-size: 20px;
    font-weight: 700;
}

.ptag{
    color: rgb(2, 25, 25);
    font-size: 12px;
}