html {
    background: url(../assets/property-lok.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

#container {
    display: table;
    background: #fff;
    border: 7px #1542e0 solid;
    border-radius: 7px;
    margin-top: -26vh;
    min-width: 550px;
}

h3 {
    margin-left: 25px;
    text-align: center;
}

a,
a:visited {
    color: #3f5dff;
}

h3 a {
    margin-left: 10px;
}

a:hover,
a:focus,
a:active {
    color: #001956;
}

.power {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.info h1 {
    text-align: center;
    margin-bottom: 0;
}

.info p {
    text-align: center;
    margin-bottom: 3em;
    margin-top: 1em;
}

#img-container {
    width: 50%;
    height: 60px;
    position: relative;
    margin: 3px;
    padding: 5px;

}

#img-container img {
    width: 100px;
    height: 60px;
    position: absolute;
    left: 50%;
}

#btn-container {
    width: 75%;
    height: 60px;
    position: relative;
    margin: 3px;
    padding: 5px;
}

.button {
    display: inline-block;
    background-color: #1a4d9a;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
}

.button h3 {
    margin: 0;
    font-size: 16px;
}

.button a {

    color: white;
    text-decoration: none;
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: rgb(29, 30, 32);
        color: white;
    }/Users/drewanderson/Documents/propertylok/plapi/public/assets/plok-logo.png

    a,
    a:visited {

        color: #4990e2;
    }

    a:hover,
    a:focus,
    a:active {
        color: #2b78ff;
    }
}