*{
    margin: 0;
    box-sizing: border-box;
    transition: 0.33s all linear;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
span, a, title{
    display: inline-block;
}
img , p {
}
.big{
    text-align: right;
    padding: 30px;
    height: 100dvh;
}
.btn, .btn1{
    padding: 5px 10px;
    border: none;
    margin-right: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.image{
    transform-origin: top left;
    transform: scale(0.85);
    box-shadow: 0 0 5px 3px lime;
}
.p{
    transform: translate(-70px,-27px);
    color: red;
    font-weight: bold;
}
.box{
    margin: 20px 0;
}
.other{
    background-color: black;
    color: lime;   
}
.yellow{
    background-color: rgb(191, 255, 0);
}
