@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

html {
    min-height: 100%;
    background: url(imgbgtriangle.png);
    background-size: contain;
    box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.4);
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: black;
    text-decoration: none;
    
}

html body {
    margin: 0;
}

div {
    margin-left: 10px;
    margin-right: 10px;
}

li, a, button {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 17px;
    color: black;
    text-decoration: none;
}

header {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px 10%;
    box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.7);
}

.logo {
    cursor: pointer;
}

.navlinks {
    list-style: none;
}

.navlinks li {
    display: inline-block;
    padding: 0px 20px;
}

.navlinks li a {
    transition: all 0.3s ease 0s;
}

.navlinks li a:hover {
    color: red;
}

button {
    padding: 9px 25px;
    background-color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

button:hover {
    background-color: red;
}

.container {
    display: flex;
    flex-direction: column;
}

.sidebysidehome {
    display: flex;
    font-weight: bold;
    font-size: 20px;
}

.sidebysidehome img {
    width: 100%;
    margin-right: 10px;
}

.sidebysideauth {
    display: flex;
    font-weight: bold;
    justify-content: flex-end;
    text-align: left;
}

.sidebysideauth img {
    width: 200%;
    margin-left: 10px;
}

.sidebyside1 {
    display: flex;
    text-align: left;
    border: 5px solid #555;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.6);
}

.sidebyside1 img {
    width: 200px;
    height: 200px;
    background-color: white;
    border-right: 5px solid #555;
    margin-right: 10px;
}

.sidebyside2 {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    border: 5px solid #555;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.6);
}

.sidebyside2 img {
    width: 200px;
    height: 200px;
    background-color: white;
    border-left: 5px solid #555;
    margin-left: 10px;
}

.centertext {
    text-align: center;
}

.righttext {
    float: center;
    text-align: center;
}

.intonerimg {
    display: flex;
    width: 50%;
    justify-content: flex-end;
}

.contactuslist {
    display: inline-block;
    text-align: center;
}

.imghome {
    display: block;
    margin: 0 auto;
    width: 269px;
    height: 401px;
}