/*.box1{
    /* border: 1px solid blue; 
    border-bottom: 2px dashed blue;
    border-top: 2px dotted green;
    border-left: 2px dashed rebeccapurple;
    border-right: 2px dotted hotpink;
    width: 250px;
    height: 250px;
    padding: 25px 35px;
    margin: 25px;
    box-sizing: content-box;
}
.box2{
    /*border: 1px solid red; 
    border-top: 2px groove gray;
    border-bottom: 2px double purple;
    border-left: 2px dashed crimson;
    border-right: 2px dotted palevioletred;
    width: 250px;
    height: 250px;
    padding: 25px;
    margin: 25px;
    box-sizing: border-box;
}*/
*{
    background-color:black;
}
.box{
    background-color:rgb(36, 35, 35);
    align-content: top;
    width: 400px;
    height: 650px;
    border-radius: 15px;
/* border: 2px solid black; */
padding: 35px;
margin: 50px 550px ;
box-sizing: border-box;

}
#img{
    
    border-radius: 70%;
   background-color: transparent;
   margin: 1px 130px;
}
h2{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font: bold;
    margin-bottom: 10px;
    background-color: transparent;
    color: white;
}
h4{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-top: 10px;
    background-color: transparent;
    color: white;
}
h5{
    font-size: medium;
    font: caption;
    text-align: center;
    margin-top: 10px;
    background-color: transparent;
    color: white;
}
button{
    background-color: rgb(54, 54, 54);
    width: 200px;
    height: 50px;
   border-radius: 10px;
   display: block;
   margin: auto;
   color: white;
    text-decoration: none;
}