 
@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


body {
	
   /* background: #000000 url("../images/artofdesk.jpg") no-repeat fixed center top;*/
    background: #000000 url("../images/IMG_20210410_1.jpg") no-repeat fixed center;
}





.wr {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    
    background-size: cover;

}



.wl {
    width: 30%;
    height: auto;
}



.wl img {
    display: block;
    width: 100%;
}



p {
    font-family: monospace;
	font-size: 25px;
    letter-spacing: 2px;
    text-align: right;
    margin-top: 20%;
    color: antiquewhite;
}

a {
    color: burlywood;
}