body {
  text-align: center;
  margin: auto;
  font-family: Arial, sans-serif;
  font-size: 16px;
  background-color: #FFF8E1;
  @font-face {font-family: 'MontserratBold'; src: url('Montserrat-Bold.ttf') format('ttf'), url('Montserrat-Bold.ttf') format('ttf'); }
}

.box {
        border: 1px solid #ddd;
        padding: 15px;
        margin-bottom: 20px;
        background-color: white;
        border: 2px solid;
        display: inline-block;
        width: 300px;
        height: 160px;
}

.basic-box {
        padding: 15px;
        margin-bottom: 20px;
        background-color: white;
        border: 2px solid;
        display: inline-block;
        width: 300px;
        height: 500px;
}

.container {
     width: 180;
     height: 300;  
     height: 200px;
}

.widget {
    width: 180;
    height: 300;    
    border: 2px solid;
    background-color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 500px;
    float: center;
    margin-top: 100px;
    display: flex;
    text-align: center;
}

.like-section {
    display: inline-block;
    margin-left: 10px;
    width: 5px;
    height: 5px;
}
.like-btn {
    color: #4285f4;
    text-decoration: none;
    transition: color 0.3s;
    width: 5px;
    height: 5px;
}
.like-btn:hover {
    color: #ff0000;
    width: 5px;
    height: 5px;
}
.like-btn.liked {
    color: #ff0000;
    width: 5px;
    height: 5px;
}

.back-link {
    display: inline-block;
    margin-bottom: 20px;
    color: #4285f4;
    text-decoration: none;
    font-size: 16px;
}

.back-link:hover,
.back-link:active,
.back-link:focus {
    text-decoration: none;
    outline: none; /* дополнительно убирает контур при фокусе */
}