﻿*,
*:after,
*:before {
    box-sizing: border-box;
}

html {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: #dde2e8;
    background-image: url('../images/backgroundapi.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

#container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgba(255,255,255, 0.9);
    padding: 20px 40px;
    border-radius: 10px;
    border-bottom: 3px solid #FFBF07;
}

#logo {
    width: 500px;
}

a {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: #75BC23;
}
