* {
    box-sizing: border-box;
}

body {
    width: 90%;
    height: 100vh;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-family: impact;
    color: #ec94c9;
    background-color: #efb3d3;
}

.box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    border: 7px solid #ec94c9;
    border-radius: 25px;
    background-image: url('garage2.1.png');
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center; 
    border: solid dotted green;
}

.adre {
    position: fixed;
    height: auto;
    width: 90%;
    margin-bottom: 0px;
    margin-top: 30px;
    margin-left: 50px;
    font-family: Halftone Poster Demo;
    font-size: 40px;
    color: #62815B;
}

.nimi {
    position: fixed;
    height: auto;
    width: 90%;
    margin-bottom: 0px;
    margin-top: 160px;
    margin-left: 50px;
    font-family: Halftone Poster Demo;
    color: #62815B;
}

.text {
    position: fixed;
    width: 90%;
    margin-bottom: 0px;
    margin-top: 240px;
    margin-left: 50px;
    font-family: helvetica thin;
    color: #62815B;

}

.pin {
    transform: rotate(90deg);
    position: absolute;
    top: 200px;
    left: 220px;
    width: 60%;
}
