.logo-img {
    float: left;
    width: 100px;
    height: 100px;
}

.footer {
    text-align: left;
    border-top: 10px solid rgba(23, 161, 83, 0.258);
    padding: 10px;
    margin-top: 40px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 30px 0;
}

.header {
    padding: 5px;
    color: rgba(34, 37, 189, 0.763);
}

.logo-name {
    font-size: 30px;
    font-weight: bolder;
}
.nav {
    border-bottom: 10px solid rgba(23, 161, 83, 0.258);
    text-align: center;
    margin: 30px 0;
}

.nav a {
    color: rgba(34, 37, 189, 0.763);
    text-decoration: none;
    font-weight: bold;

}

.net {
    float: left;
}

.net a {
    color: green;
    margin-left: 15px;
    text-decoration: solid;
    font-weight: bolder;
}

.auth {
    float: right;
}

.auth a {
    color: black;
    margin-right: 15px;
    text-decoration: solid;
    font-weight: bolder;
}

.tag-line {
    color: green;
    font-size: 14px;
}

.hero {
    background-image: url(meditation.jpg);
    background-size: cover;
    background-position: left;
    color: white;
    padding: 40px;
}

.about {
    background-image: url(images\ \(6\).jpeg);
    background-size: cover;
    background-position: left;
    color: black;
    padding: 40px;
}

.horizontal table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

.horizontal table th, .horizontal table td {
    border: 5px solid green;
    padding: 12px;
    vertical-align: left;
}

.horizontal table th {
    background-color: #2c7;
    color: black;
    text-align: center;
}

.frame {
   display: inline-block;
   border: 2px solid green;
   padding: 5px;
   margin: 10px;
   image-orientation: from-image;
   align-items: center;
}

.frame img {
    width: 296px;
    height: 300px;
}

