
.container{
    height: 100vh;
    width: 100%;
    background-color: rgba(17, 17, 17, 0.774);
    display: flex;
    justify-content: center;
    align-items: center;
}
.container .card{
    background-color: rgb(10, 10, 10);
    width: 400px;
    border-radius: 10px;
    padding: 20px;
}
.image-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.image-container img{
    border-radius: 50%;
    height: 100px;

}
.text-container{
    text-align: center;
    /* height: 200px; */
    position: relative;
    line-height:20px;
}
.text-container h1{
    /* position: absolute; */
    color: white;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    
}
.text-container h3{
    color: greenyellow;
    font-size: px;
    font-weight: 600;
    letter-spacing: 1px;
    /* margin-bottom: 50px; */
}
.text-container p{
    color: white;
    font-size: ;
    font-weight: ;
}
.button-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.button-container a{
    text-decoration: none;
    padding: 10px;
    width: 350px;
    background-color: rgba(26, 24, 24, 0.774);
    margin: 5px;
    text-align: center;
    border-radius: 10px;
    color: white;
    font-size: px;
    font-weight: 600;
}