.container1 {
    background-color: #89211c;
    width: 85.9vw;
    height: 16.27vw;
    position: absolute;
    left: calc((100% - 85.9vw)/2);
}
.coll {
    text-align: right;
    padding-right: 1vw;
}
.coll a {
    text-decoration: none;
    color: white;
    font-size: 1.04vw;
}
.coll a:hover {
    color: bisque;
}
.text {
    position: absolute;
    left: 30.53vw;
    top: 9.76vw;
    font-size: 2.60vw;
    font-weight: 900;
    color: white;
}
.img1 {
    position: absolute;
    top: 9.76vw;
    left: 14.64vw;
    width: 13.02vw;
}
.container2 {
    position: absolute;
    top: 17.90vw;
    left: 29.29vw;
    animation: mymove 5s infinite;
    animation-duration: 5s;
    animation-iteration-count: 1;
}
@keyframes mymove {
    from {left: 0px;}
    to {left: 29.29vw;}
}
ul {
    list-style-type: none;
}
li {
    float: left;
    padding: 0.32vw;
    list-style-type: none;        
}
li a {
    display: block;
    padding-top: 1.30vw;
    padding-bottom: 1.30vw;
    padding-left: 0.32vw;
    padding-right: 0.32vw;
    color: #89211c;
    text-decoration: none;
    font-size: 1.04vw;
    font-weight: 700;
}
li a:hover {
    background-color: #89211c;
    text-decoration: underline;
    color: white;
}
.underline1 {
    height: 0.32vw;
    width: 77.8vw;
    background-color: #89211c;
    position: absolute;
    left: 14.64vw;
    top: 22.78vw;
    padding: 0px;
}
.container3 {
    position: absolute;
    left: 14.64vw;
    top: 25vw;
    width: 74.32vw;
}
.text2 {
    font-size: 2.34vw;
    font-weight: 900;
    color: #5a0c08;
}
.text3 {
    font-size: 1.17vw;
    font-weight: 900;
    color: #612623;
}
.container3in {
    margin-left: 3.25vw;
}
.underline2 {
    height: 0.15vw;
    width: 77.8vw;
    background-color: #89211c;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.footertext {
    position: absolute;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.imgstr {
    display: flex;
    justify-content: center;
    text-align: center;
}
#struc {
    width: 50.39vw;
    height: 36.71vw;
}
.underline3 {
    height: 0.15vw;
    width: 74vw;
    background-color: #89211c;
}
.imgp {
    width: 9.50vw;
    height: 10.22vw;
}
.body {
    font-family: 'Raleway';
}
.text4 {
    font-size: 1.17vw;
    font-weight: 500;
    color: #612623;
}
.text5 {
    font-size: 1.17vw;
    font-weight: 700;
    color: #612623;
}