button,hr{overflow:visible}a,button,input,select,textarea{background-color:transparent}hr,legend{color:inherit}progress,sub,sup{vertical-align:baseline}html{box-sizing:border-box;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,::after,::before{background-repeat:no-repeat;box-sizing:inherit}::after,::before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{height:0}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a:active,a:focus,a:hover,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}iframe,img{border-style:none}input{border-radius:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button,select{text-transform:none}[aria-controls],[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:ButtonText dotted 1px}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{border-style:none}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}[aria-disabled=true],[disabled]{cursor:default}[aria-busy=true]{cursor:progress}


html{
    background-color: #0085c8;
    font-family: "Poppins", sans-serif;
    font-style: normal;
}

main{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100vh;
    width: 100vw;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
}
.logo{
    width: 200px;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img{
    width: 100%;

}
p{
    color: #fff;
    text-transform: uppercase;
}
a{
    color: #fff;
}