.section-title h1{padding: 2rem 0 0 0;}

.inner-temp{
    border: 1px solid lightgrey;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    margin-top: 1rem;
}

.temp-image{
    height: 500px;
    overflow-y: scroll;
    
}

.temp-name{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: 500;
    padding: 0.5rem 1rem;
    margin: 1rem 0 0 0;
    background-color: #0001;
}

.temp-name a{
    padding: .5rem 1.5rem;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(109deg, #0b196c, #9f0007);
    
}