.background{
    background-color: #1f1f1f;
    width: 300px;
    height: 500px;
    margin-left: 40%;
    margin-top: 5%;
    align-items: center;
}
.img-1{
    height: 60px;
    width: 60px;
}
.txt-1{
    color: white;
    font-size: 20px;
}

.txt-2{
    color: yellowgreen;
    font-weight: bold;
    font-size: 10px;
}

.txt-3{
    color: white;
    font-size: 10px;
}

.bg-1{
    background-color: #333333;
    width: 200px;
}

.btn-1{
    width: 250px;
    height: 40px;
    color: white;
    font-weight: bold;
}

.btn-1:hover{
    background-color: yellowgreen;
    color: black;
    font-weight: bold;
}