﻿@import "main.css";

main {
    height: 300%;
    padding-top: 0;
}
.venue_review {
    background: white;
    padding: 5%;
    margin-top: 5%;
    font-weight: initial;
    font-size: x-large;
}
.venue_review img {
    display: inline-block;
    width: 50%;
    top: 5%;
    float: right;
}
.venue_review a {
    text-decoration: underline;
    font-weight: 600;
    color: #D81802;
}
.verdict {
    text-align: right;
}