body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: hsl(47, 88%, 63%);
    color: hsl(0, 0%, 7%);
    font-family: "Figtree", serif;
}

.main {
    display: flex;
    flex-direction: column;
    border: none;
    padding: 20px;
    background-color: white;
    width: 320px;
    border-radius: 15px;
    margin-top: 50px;
    margin-bottom: 50px;

    border: solid 1px;
    box-shadow: 10px 5px 5px 3px rgba(0, 0, 0, 1);
}

.img {
    width: 100%;
    border-radius: 10px;
}

.img-2 {
    display: flex;
    align-items: center;
    
}

.these {
    color: hsl(0, 0%, 42%);
    margin-bottom: 15px;
}

button {
    color: hsl(0, 0%, 7%);
}

.alt {
    width: 30px;
    height: 30px;
}

.learn p{
    border:none;
    background-color: hsl(47, 88%, 63%);
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
}

.img-2 p {
    font-weight: bold;
    margin-left: 15px;
}
.html:active {
    color: hsl(47, 88%, 63%);
    transition: 1s;
}