body {
    background-color: black;
}

img {
    margin: 2% 20%;
    width: 60%;
}

#blogs-list {
    color: white;
    margin: 2% 20%;
    text-align: center;
}

.twitter-button {
    margin: 2% 47%;
    background-color: rgb(17, 130, 205);
    color: white;
    border: none;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    height: 36px;
    width: 100px;
    cursor: pointer;
    transition: opacity 0.5s;
    box-shadow: 2px 2px 2px rgba(144, 199, 215, 0.4); /* horizontal spread, vertical spread and blur */
}

.twitter-button:hover {
    opacity: 0.5;
}
